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, wait
handleInjection
public FlatMapIntOperation(IntFunction<? extends IntStream> function)
public IntStream perform(IntStream stream)
IntermediateOperation
public IntFunction<? extends IntStream> getFunction()
public Stream<IntStream> map(IntStream intStream)
FlatMappingOperation
OutputStream
.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.