Class FlowableInternalHelper.FlatMapWithCombinerInner<U,R,T>
- java.lang.Object
-
- io.reactivex.rxjava3.internal.operators.flowable.FlowableInternalHelper.FlatMapWithCombinerInner<U,R,T>
-
- All Implemented Interfaces:
Function<U,R>
- Enclosing class:
- FlowableInternalHelper
static final class FlowableInternalHelper.FlatMapWithCombinerInner<U,R,T> extends java.lang.Object implements Function<U,R>
-
-
Constructor Summary
Constructors Constructor Description FlatMapWithCombinerInner(BiFunction<? super T,? super U,? extends R> combiner, T t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description R
apply(U w)
Apply some calculation to the input value and return some other value.
-
-
-
Field Detail
-
combiner
private final BiFunction<? super T,? super U,? extends R> combiner
-
t
private final T t
-
-
Constructor Detail
-
FlatMapWithCombinerInner
FlatMapWithCombinerInner(BiFunction<? super T,? super U,? extends R> combiner, T t)
-
-