| Modifier and Type | Method and Description |
|---|---|
StreamEx.Emitter<T> |
StreamEx.Emitter.next(Consumer<? super T> action)
Calls the supplied consumer zero or more times to emit some elements,
then returns the next emitter which will emit more, or null if
nothing more to emit.
|
Copyright © 2017. All rights reserved.