ListStreamX<T> extension

on

Methods

根据搜索关键字keyword流来过滤原始流this
select(T t, {bool equal(T t1, T t2)?}) Stream<T>
在一个列表Stream中, 找出目标项, 并转换为该项的Stream