Uses of Interface
one.util.streamex.StreamEx.Emitter
-
-
Uses of StreamEx.Emitter in one.util.streamex
Fields in one.util.streamex declared as StreamEx.Emitter Modifier and Type Field Description (package private) StreamEx.Emitter<T>
EmitterSpliterator. e
Methods in one.util.streamex that return StreamEx.Emitter Modifier and Type Method Description StreamEx.Emitter<T>
StreamEx.Emitter. next(java.util.function.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.Constructors in one.util.streamex with parameters of type StreamEx.Emitter Constructor Description EmitterSpliterator(StreamEx.Emitter<T> e)
-