ExtendDartStream<T> extension
- on
-
- DartStream<
T>
- DartStream<
Methods
-
slice(
int start, int end) → DartStream< T> -
Available on DartStream<
T> , provided by the ExtendDartStream extension -
toMap<
K, U> (JFunction< T, K> keyMapper, JFunction<T, U> valueMapper, [JBinaryOperator<U> ? mergeFunction, JSupplier<Map< ? mapSupplier]) → Map<K, U> >K, U> -
Available on DartStream<
T> , provided by the ExtendDartStream extension