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