-
and(Stream other)
→ List<Stream>
-
Available on Stream<T>,
provided by the XStream extension
-
chunked(int chunkSize)
→ Stream<List<T>>
-
Available on Stream<T>,
provided by the XStream extension
-
mapIndexed<V>(V f(T value, int index))
→ Stream<V>
-
Available on Stream<T>,
provided by the XStream extension
-
select(bool test(T))
→ Future<T?>
-
Available on Stream<T>,
provided by the XStream extension
-
selectLast(bool test(T))
→ Future<T?>
-
Available on Stream<T>,
provided by the XStream extension
-
skip(int n)
→ Stream<T>
-
Available on Stream<T>,
provided by the XStream extension
-
whereIndex(bool test(T value, int index))
→ Stream<T>
-
Available on Stream<T>,
provided by the XStream extension