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, wait
handleInjection
public MapToDoubleIntOperation(IntToDoubleFunction function)
public DoubleStream perform(IntStream stream)
IntermediateOperation
perform
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)
IntermediateOperation
mapFlowable
in interface IntermediateOperation<Integer,IntStream,Double,DoubleStream>
input
- the input flowableCopyright © 2021 JBoss by Red Hat. All rights reserved.