Class ObservableInternalHelper.SimpleGenerator<T,S>
java.lang.Object
io.reactivex.rxjava3.internal.operators.observable.ObservableInternalHelper.SimpleGenerator<T,S>
- All Implemented Interfaces:
BiFunction<S,
Emitter<T>, S>
- Enclosing class:
ObservableInternalHelper
static final class ObservableInternalHelper.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.
-