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