Constructor and Description |
---|
MapIntOperation(IntUnaryOperator operator) |
Modifier and Type | Method and Description |
---|---|
IntUnaryOperator |
getOperator() |
io.reactivex.rxjava3.core.Flowable<Integer> |
mapFlowable(io.reactivex.rxjava3.core.Flowable<Integer> input)
Performs the intermediate operation on a Flowable.
|
IntStream |
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 MapIntOperation(IntUnaryOperator operator)
public IntStream perform(IntStream stream)
IntermediateOperation
public IntUnaryOperator getOperator()
public io.reactivex.rxjava3.core.Flowable<Integer> mapFlowable(io.reactivex.rxjava3.core.Flowable<Integer> input)
IntermediateOperation
mapFlowable
in interface IntermediateOperation<Integer,IntStream,Integer,IntStream>
input
- the input flowableCopyright © 2021 JBoss by Red Hat. All rights reserved.