StreamPureExtensions<T> extension

on

Methods

asBroadcast() Stream<T>
Returns a broadcast stream without wrapping it unnecessarily.
asStream() Stream<T>
Returns itself with the Stream type useful when you don't want the ValueStream type.
distinctRuntimeType() Stream<T>
Stream.distinct by T.runtimeType
dumpErrorToConsoleDart() Stream<T>
firstRuntimeType<R>({R orElse()?}) Future<R>
firstType<R>({R orElse()?}) Future<R>