public class MapToObjIntOperation<R> extends Object implements MappingOperation<Integer,IntStream,R,Stream<R>>
IntStream
Constructor and Description |
---|
MapToObjIntOperation(IntFunction<? extends R> function) |
Modifier and Type | Method and Description |
---|---|
IntFunction<? extends R> |
getFunction() |
io.reactivex.rxjava3.core.Flowable<R> |
mapFlowable(io.reactivex.rxjava3.core.Flowable<Integer> input)
Performs the intermediate operation on a Flowable.
|
Stream<R> |
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 MapToObjIntOperation(IntFunction<? extends R> function)
public Stream<R> perform(IntStream stream)
IntermediateOperation
public IntFunction<? extends R> getFunction()
public io.reactivex.rxjava3.core.Flowable<R> mapFlowable(io.reactivex.rxjava3.core.Flowable<Integer> input)
IntermediateOperation
mapFlowable
in interface IntermediateOperation<Integer,IntStream,R,Stream<R>>
input
- the input flowableCopyright © 2021 JBoss by Red Hat. All rights reserved.