public class FlatMapIntOperation extends Object implements FlatMappingOperation<Integer,IntStream,Integer,IntStream>
IntStream| Constructor and Description |
|---|
FlatMapIntOperation(IntFunction<? extends IntStream> function) |
| Modifier and Type | Method and Description |
|---|---|
IntFunction<? extends IntStream> |
getFunction() |
Stream<IntStream> |
map(IntStream intStream)
Instead of flat mapping this returns a stream of
OutputStream. |
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, waithandleInjectionpublic FlatMapIntOperation(IntFunction<? extends IntStream> function)
public IntStream perform(IntStream stream)
IntermediateOperationpublic IntFunction<? extends IntStream> getFunction()
public Stream<IntStream> map(IntStream intStream)
FlatMappingOperationOutputStream.public io.reactivex.rxjava3.core.Flowable<Integer> mapFlowable(io.reactivex.rxjava3.core.Flowable<Integer> input)
IntermediateOperationmapFlowable in interface IntermediateOperation<Integer,IntStream,Integer,IntStream>input - the input flowableCopyright © 2022 JBoss by Red Hat. All rights reserved.