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 Object
implements BiFunction<S,Emitter<T>,S>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
consumer
-
-
Constructor Details
-
SimpleGenerator
-
-
Method Details
-
apply
Description copied from interface:BiFunction
Calculate a value based on the input values.
-