java.lang.Object
io.reactivex.rxjava3.internal.functions.Functions.TimestampFunction<T>
-
-
Constructor Summary
Constructors
-
Method Summary
Apply some calculation to the input value and return some other value.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
Method Details
-
apply
Description copied from interface: Function
Apply some calculation to the input value and return some other value.
- Specified by:
apply in interface Function<T,Timed<T>>
- Parameters:
t - the input value
- Returns:
- the output value