Class Functions.TimestampFunction<T>
- java.lang.Object
-
- io.reactivex.rxjava3.internal.functions.Functions.TimestampFunction<T>
-
-
Constructor Summary
Constructors Constructor Description TimestampFunction(java.util.concurrent.TimeUnit unit, Scheduler scheduler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Timed<T>
apply(T t)
Apply some calculation to the input value and return some other value.
-