I
- the type of the input streampublic class FlatMapToIntOperation<I> extends Object implements FlatMappingOperation<I,Stream<I>,Integer,IntStream>
Stream
Constructor and Description |
---|
FlatMapToIntOperation(Function<? super I,? extends IntStream> function) |
Modifier and Type | Method and Description |
---|---|
Function<? super I,? extends IntStream> |
getFunction() |
Stream<IntStream> |
map(Stream<I> iStream)
Instead of flat mapping this returns a stream of
OutputStream . |
io.reactivex.rxjava3.core.Flowable<Integer> |
mapFlowable(io.reactivex.rxjava3.core.Flowable<I> input)
Performs the intermediate operation on a Flowable.
|
IntStream |
perform(Stream<I> stream)
Performs the actualy intermediate operation returning the resulting stream
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleInjection
public IntStream perform(Stream<I> stream)
IntermediateOperation
public Stream<IntStream> map(Stream<I> iStream)
FlatMappingOperation
OutputStream
.public io.reactivex.rxjava3.core.Flowable<Integer> mapFlowable(io.reactivex.rxjava3.core.Flowable<I> input)
IntermediateOperation
mapFlowable
in interface IntermediateOperation<I,Stream<I>,Integer,IntStream>
input
- the input flowableCopyright © 2021 JBoss by Red Hat. All rights reserved.