StreamExtensions<T> extension
- on
-
- Stream<
T>
- Stream<
Methods
-
firstNextElementWith(
bool toTest(T)) → Future< T> -
Available on Stream<
Wait for a stream to emit a element accepted by the bool function "toTest" Return the first element validated by "toTest"T> , provided by the StreamExtensions extension