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