final class io.reactivex.internal.functions.Functions$TimestampFunction<T> implements io.reactivex.functions.Function<T, io.reactivex.schedulers.Timed<T>>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.functions.Functions$TimestampFunction
  super_class: java.lang.Object
{
  final java.util.concurrent.TimeUnit unit;
    descriptor: Ljava/util/concurrent/TimeUnit;
    flags: (0x0010) ACC_FINAL

  final io.reactivex.Scheduler scheduler;
    descriptor: Lio/reactivex/Scheduler;
    flags: (0x0010) ACC_FINAL

  void <init>(java.util.concurrent.TimeUnit, io.reactivex.Scheduler);
    descriptor: (Ljava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactivex.internal.functions.Functions$TimestampFunction this
        start local 1 // java.util.concurrent.TimeUnit unit
        start local 2 // io.reactivex.Scheduler scheduler
         0: .line 391
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 392
            aload 0 /* this */
            aload 1 /* unit */
            putfield io.reactivex.internal.functions.Functions$TimestampFunction.unit:Ljava/util/concurrent/TimeUnit;
         2: .line 393
            aload 0 /* this */
            aload 2 /* scheduler */
            putfield io.reactivex.internal.functions.Functions$TimestampFunction.scheduler:Lio/reactivex/Scheduler;
         3: .line 394
            return
        end local 2 // io.reactivex.Scheduler scheduler
        end local 1 // java.util.concurrent.TimeUnit unit
        end local 0 // io.reactivex.internal.functions.Functions$TimestampFunction this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/reactivex/internal/functions/Functions$TimestampFunction<TT;>;
            0    4     1       unit  Ljava/util/concurrent/TimeUnit;
            0    4     2  scheduler  Lio/reactivex/Scheduler;
    MethodParameters:
           Name  Flags
      unit       
      scheduler  

  public io.reactivex.schedulers.Timed<T> apply(T);
    descriptor: (Ljava/lang/Object;)Lio/reactivex/schedulers/Timed;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.reactivex.internal.functions.Functions$TimestampFunction this
        start local 1 // java.lang.Object t
         0: .line 398
            new io.reactivex.schedulers.Timed
            dup
            aload 1 /* t */
            aload 0 /* this */
            getfield io.reactivex.internal.functions.Functions$TimestampFunction.scheduler:Lio/reactivex/Scheduler;
            aload 0 /* this */
            getfield io.reactivex.internal.functions.Functions$TimestampFunction.unit:Ljava/util/concurrent/TimeUnit;
            invokevirtual io.reactivex.Scheduler.now:(Ljava/util/concurrent/TimeUnit;)J
            aload 0 /* this */
            getfield io.reactivex.internal.functions.Functions$TimestampFunction.unit:Ljava/util/concurrent/TimeUnit;
            invokespecial io.reactivex.schedulers.Timed.<init>:(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)V
            areturn
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.functions.Functions$TimestampFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/functions/Functions$TimestampFunction<TT;>;
            0    1     1     t  TT;
    Exceptions:
      throws java.lang.Exception
    Signature: (TT;)Lio/reactivex/schedulers/Timed<TT;>;
    MethodParameters:
      Name  Flags
      t     

  public java.lang.Object apply(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            invokevirtual io.reactivex.internal.functions.Functions$TimestampFunction.apply:(Ljava/lang/Object;)Lio/reactivex/schedulers/Timed;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lio/reactivex/functions/Function<TT;Lio/reactivex/schedulers/Timed<TT;>;>;
SourceFile: "Functions.java"
NestHost: io.reactivex.internal.functions.Functions
InnerClasses:
  final TimestampFunction = io.reactivex.internal.functions.Functions$TimestampFunction of io.reactivex.internal.functions.Functions