Uses of Interface
one.util.streamex.DoubleStreamEx.DoubleEmitter
-
Uses of DoubleStreamEx.DoubleEmitter in one.util.streamex
Methods in one.util.streamex that return DoubleStreamEx.DoubleEmitterModifier and TypeMethodDescriptionDoubleStreamEx.DoubleEmitter.next(DoubleConsumer 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.