Uses of Interface
one.util.streamex.LongStreamEx.LongEmitter
-
-
Uses of LongStreamEx.LongEmitter in one.util.streamex
Fields in one.util.streamex declared as LongStreamEx.LongEmitter Modifier and Type Field Description (package private) LongStreamEx.LongEmitter
EmitterSpliterator.OfLong. e
Methods in one.util.streamex that return LongStreamEx.LongEmitter Modifier and Type Method Description LongStreamEx.LongEmitter
LongStreamEx.LongEmitter. next(java.util.function.LongConsumer 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 LongStreamEx.LongEmitter Constructor Description OfLong(LongStreamEx.LongEmitter e)
-