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
static final class FlowableInternalHelper.ItemDelayFunction<T,U> extends java.lang.Object implements Function<T,org.reactivestreams.Publisher<T>>
-
-
Constructor Summary
Constructors Constructor Description ItemDelayFunction(Function<? super T,? extends org.reactivestreams.Publisher<U>> itemDelay)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.reactivestreams.Publisher<T>
apply(T v)
Apply some calculation to the input value and return some other value.
-