public class AsDoubleIntOperation extends Object implements MappingOperation<Integer,IntStream,Double,DoubleStream>
IntStream| Modifier and Type | Method and Description |
|---|---|
static AsDoubleIntOperation |
getInstance() |
io.reactivex.rxjava3.core.Flowable<Double> |
mapFlowable(io.reactivex.rxjava3.core.Flowable<Integer> input)
Performs the intermediate operation on a Flowable.
|
DoubleStream |
perform(IntStream stream)
Performs the actualy intermediate operation returning the resulting stream
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleInjectionpublic static AsDoubleIntOperation getInstance()
public DoubleStream perform(IntStream stream)
IntermediateOperationperform in interface IntermediateOperation<Integer,IntStream,Double,DoubleStream>stream - the stream to have the operation performed onpublic io.reactivex.rxjava3.core.Flowable<Double> mapFlowable(io.reactivex.rxjava3.core.Flowable<Integer> input)
IntermediateOperationmapFlowable in interface IntermediateOperation<Integer,IntStream,Double,DoubleStream>input - the input flowableCopyright © 2022 JBoss by Red Hat. All rights reserved.