Class ObservableInternalHelper.ItemDelayFunction<T,U>
java.lang.Object
io.reactivex.rxjava3.internal.operators.observable.ObservableInternalHelper.ItemDelayFunction<T,U>
- All Implemented Interfaces:
Function<T,
ObservableSource<T>>
- Enclosing class:
ObservableInternalHelper
static final class ObservableInternalHelper.ItemDelayFunction<T,U>
extends Object
implements Function<T,ObservableSource<T>>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Function
<? super T, ? extends ObservableSource<U>> -
Constructor Summary
ConstructorsConstructorDescriptionItemDelayFunction
(Function<? super T, ? extends ObservableSource<U>> itemDelay) -
Method Summary
Modifier and TypeMethodDescriptionApply some calculation to the input value and return some other value.
-
Field Details
-
itemDelay
-
-
Constructor Details
-
ItemDelayFunction
ItemDelayFunction(Function<? super T, ? extends ObservableSource<U>> itemDelay)
-
-
Method Details
-
apply
Description copied from interface:Function
Apply some calculation to the input value and return some other value.
-