Class FlowableInternalHelper.ItemDelayFunction<T,U>
java.lang.Object
io.reactivex.rxjava3.internal.operators.flowable.FlowableInternalHelper.ItemDelayFunction<T,U>
- All Implemented Interfaces:
Function<T, org.reactivestreams.Publisher<T>>
- Enclosing class:
FlowableInternalHelper
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionItemDelayFunction(Function<? super T, ? extends org.reactivestreams.Publisher<U>> itemDelay) -
Method Summary
-
Field Details
-
itemDelay
-
-
Constructor Details
-
ItemDelayFunction
-
-
Method Details
-
apply
Description copied from interface:FunctionApply some calculation to the input value and return some other value.
-