dart_stream library

Mixins

Collector<T, A, R>
DartStream<T>

Typedefs

JBiConsumer<T1, T2> = void Function(T1, T2)
JBiFunction<T, U, R> = R Function(T t, U u)
JBinaryOperator<T> = T Function(T t, T u)
JConsumer<T> = void Function(T)
JFunction<T, R> = R Function(T t)
JPredicate<T> = bool Function(T t)
JRunnable = void Function()
JSupplier<T> = T Function()