ExtendDartStream<T> extension

on

Methods

slice(int start, int end) DartStream<T>
toMap<K, U>(JFunction<T, K> keyMapper, JFunction<T, U> valueMapper, [JBinaryOperator<U>? mergeFunction, JSupplier<Map<K, U>>? mapSupplier]) Map<K, U>