Class FlowableInternalHelper.SimpleGenerator<T,S>
- java.lang.Object
-
- io.reactivex.rxjava3.internal.operators.flowable.FlowableInternalHelper.SimpleGenerator<T,S>
-
- All Implemented Interfaces:
BiFunction<S,Emitter<T>,S>
- Enclosing class:
- FlowableInternalHelper
static final class FlowableInternalHelper.SimpleGenerator<T,S> extends java.lang.Object implements BiFunction<S,Emitter<T>,S>
-
-
Constructor Summary
Constructors Constructor Description SimpleGenerator(Consumer<Emitter<T>> consumer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description S
apply(S t1, Emitter<T> t2)
Calculate a value based on the input values.
-
-
-
Method Detail
-
apply
public S apply(S t1, Emitter<T> t2) throws java.lang.Throwable
Description copied from interface:BiFunction
Calculate a value based on the input values.
-
-