public class MapToDoubleIntOperation extends Object implements MappingOperation<Integer,IntStream,Double,DoubleStream>
IntStream| Constructor and Description |
|---|
MapToDoubleIntOperation(IntToDoubleFunction function) |
| Modifier and Type | Method and Description |
|---|---|
IntToDoubleFunction |
getFunction() |
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 MapToDoubleIntOperation(IntToDoubleFunction function)
public DoubleStream perform(IntStream stream)
IntermediateOperationperform in interface IntermediateOperation<Integer,IntStream,Double,DoubleStream>stream - the stream to have the operation performed onpublic IntToDoubleFunction getFunction()
public 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.