Class FlowableInternalHelper.FlatMapWithCombinerOuter<T,R,U>
java.lang.Object
io.reactivex.rxjava3.internal.operators.flowable.FlowableInternalHelper.FlatMapWithCombinerOuter<T,R,U>
- All Implemented Interfaces:
Function<T, org.reactivestreams.Publisher<R>>
- Enclosing class:
FlowableInternalHelper
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFlatMapWithCombinerOuter(BiFunction<? super T, ? super U, ? extends R> combiner, Function<? super T, ? extends org.reactivestreams.Publisher<? extends U>> mapper) -
Method Summary
-
Field Details
-
combiner
-
mapper
-
-
Constructor Details
-
FlatMapWithCombinerOuter
-
-
Method Details
-
apply
Description copied from interface:FunctionApply some calculation to the input value and return some other value.
-