java.lang.Object
io.reactivex.rxjava3.internal.operators.observable.ObservableInternalHelper.FlatMapWithCombinerInner<U,R,T>
-
-
Constructor Summary
Constructors
-
Method Summary
Apply some calculation to the input value and return some other value.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
combiner
private final BiFunction<? super T,? super U,? extends R> combiner
-
-
Constructor Details
-
FlatMapWithCombinerInner
FlatMapWithCombinerInner(BiFunction<? super T,? super U,? extends R> combiner,
T t)
-
Method Details
-
apply
Description copied from interface: Function
Apply some calculation to the input value and return some other value.
- Specified by:
apply
in interface Function<U,R>
- Parameters:
w
- the input value
- Returns:
- the output value
- Throws:
Throwable
- if the implementation wishes to throw any type of exception