Class Functions.TimestampFunction<T>

java.lang.Object
io.reactivex.rxjava3.internal.functions.Functions.TimestampFunction<T>
All Implemented Interfaces:
Function<T,Timed<T>>
Enclosing class:
Functions

static final class Functions.TimestampFunction<T> extends Object implements Function<T,Timed<T>>
  • Field Details

  • Constructor Details

  • Method Details

    • apply

      public Timed<T> apply(T t)
      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