public final class io.reactivex.schedulers.Timed<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.schedulers.Timed
  super_class: java.lang.Object
{
  final T value;
    descriptor: Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Signature: TT;

  final long time;
    descriptor: J
    flags: (0x0010) ACC_FINAL

  final java.util.concurrent.TimeUnit unit;
    descriptor: Ljava/util/concurrent/TimeUnit;
    flags: (0x0010) ACC_FINAL

  public void <init>(T, long, java.util.concurrent.TimeUnit);
    descriptor: (Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // io.reactivex.schedulers.Timed this
        start local 1 // java.lang.Object value
        start local 2 // long time
        start local 4 // java.util.concurrent.TimeUnit unit
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            aload 1 /* value */
            putfield io.reactivex.schedulers.Timed.value:Ljava/lang/Object;
         2: .line 40
            aload 0 /* this */
            lload 2 /* time */
            putfield io.reactivex.schedulers.Timed.time:J
         3: .line 41
            aload 0 /* this */
            aload 4 /* unit */
            ldc "unit is null"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.util.concurrent.TimeUnit
            putfield io.reactivex.schedulers.Timed.unit:Ljava/util/concurrent/TimeUnit;
         4: .line 42
            return
        end local 4 // java.util.concurrent.TimeUnit unit
        end local 2 // long time
        end local 1 // java.lang.Object value
        end local 0 // io.reactivex.schedulers.Timed this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/reactivex/schedulers/Timed<TT;>;
            0    5     1  value  TT;
            0    5     2   time  J
            0    5     4   unit  Ljava/util/concurrent/TimeUnit;
    Signature: (TT;JLjava/util/concurrent/TimeUnit;)V
    RuntimeInvisibleParameterAnnotations: 
      0:
        io.reactivex.annotations.NonNull()
      1:
      2:
        io.reactivex.annotations.NonNull()
    MethodParameters:
       Name  Flags
      value  
      time   
      unit   

  public T value();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.schedulers.Timed this
         0: .line 50
            aload 0 /* this */
            getfield io.reactivex.schedulers.Timed.value:Ljava/lang/Object;
            areturn
        end local 0 // io.reactivex.schedulers.Timed this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/schedulers/Timed<TT;>;
    Signature: ()TT;
    RuntimeInvisibleAnnotations: 
      io.reactivex.annotations.NonNull()

  public java.util.concurrent.TimeUnit unit();
    descriptor: ()Ljava/util/concurrent/TimeUnit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.schedulers.Timed this
         0: .line 59
            aload 0 /* this */
            getfield io.reactivex.schedulers.Timed.unit:Ljava/util/concurrent/TimeUnit;
            areturn
        end local 0 // io.reactivex.schedulers.Timed this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/schedulers/Timed<TT;>;
    RuntimeInvisibleAnnotations: 
      io.reactivex.annotations.NonNull()

  public long time();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.schedulers.Timed this
         0: .line 67
            aload 0 /* this */
            getfield io.reactivex.schedulers.Timed.time:J
            lreturn
        end local 0 // io.reactivex.schedulers.Timed this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/schedulers/Timed<TT;>;

  public long time(java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/concurrent/TimeUnit;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.reactivex.schedulers.Timed this
        start local 1 // java.util.concurrent.TimeUnit unit
         0: .line 76
            aload 1 /* unit */
            aload 0 /* this */
            getfield io.reactivex.schedulers.Timed.time:J
            aload 0 /* this */
            getfield io.reactivex.schedulers.Timed.unit:Ljava/util/concurrent/TimeUnit;
            invokevirtual java.util.concurrent.TimeUnit.convert:(JLjava/util/concurrent/TimeUnit;)J
            lreturn
        end local 1 // java.util.concurrent.TimeUnit unit
        end local 0 // io.reactivex.schedulers.Timed this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/schedulers/Timed<TT;>;
            0    1     1  unit  Ljava/util/concurrent/TimeUnit;
    RuntimeInvisibleParameterAnnotations: 
      0:
        io.reactivex.annotations.NonNull()
    MethodParameters:
      Name  Flags
      unit  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.reactivex.schedulers.Timed this
        start local 1 // java.lang.Object other
         0: .line 81
            aload 1 /* other */
            instanceof io.reactivex.schedulers.Timed
            ifeq 7
         1: .line 82
            aload 1 /* other */
            checkcast io.reactivex.schedulers.Timed
            astore 2 /* o */
        start local 2 // io.reactivex.schedulers.Timed o
         2: .line 83
            aload 0 /* this */
            getfield io.reactivex.schedulers.Timed.value:Ljava/lang/Object;
            aload 2 /* o */
            getfield io.reactivex.schedulers.Timed.value:Ljava/lang/Object;
            invokestatic io.reactivex.internal.functions.ObjectHelper.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 6
         3: .line 84
            aload 0 /* this */
            getfield io.reactivex.schedulers.Timed.time:J
            aload 2 /* o */
            getfield io.reactivex.schedulers.Timed.time:J
            lcmp
            ifne 6
         4: .line 85
            aload 0 /* this */
            getfield io.reactivex.schedulers.Timed.unit:Ljava/util/concurrent/TimeUnit;
            aload 2 /* o */
            getfield io.reactivex.schedulers.Timed.unit:Ljava/util/concurrent/TimeUnit;
            invokestatic io.reactivex.internal.functions.ObjectHelper.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 6
         5: .line 83
            iconst_1
            ireturn
      StackMap locals: io.reactivex.schedulers.Timed
      StackMap stack:
         6: iconst_0
            ireturn
        end local 2 // io.reactivex.schedulers.Timed o
         7: .line 87
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object other
        end local 0 // io.reactivex.schedulers.Timed this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lio/reactivex/schedulers/Timed<TT;>;
            0    8     1  other  Ljava/lang/Object;
            2    7     2      o  Lio/reactivex/schedulers/Timed<*>;
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // io.reactivex.schedulers.Timed this
         0: .line 92
            aload 0 /* this */
            getfield io.reactivex.schedulers.Timed.value:Ljava/lang/Object;
            ifnull 1
            aload 0 /* this */
            getfield io.reactivex.schedulers.Timed.value:Ljava/lang/Object;
            invokevirtual java.lang.Object.hashCode:()I
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* h */
        start local 1 // int h
         3: .line 93
            iload 1 /* h */
            bipush 31
            imul
            aload 0 /* this */
            getfield io.reactivex.schedulers.Timed.time:J
            bipush 31
            lushr
            aload 0 /* this */
            getfield io.reactivex.schedulers.Timed.time:J
            lxor
            l2i
            iadd
            istore 1 /* h */
         4: .line 94
            iload 1 /* h */
            bipush 31
            imul
            aload 0 /* this */
            getfield io.reactivex.schedulers.Timed.unit:Ljava/util/concurrent/TimeUnit;
            invokevirtual java.util.concurrent.TimeUnit.hashCode:()I
            iadd
            istore 1 /* h */
         5: .line 95
            iload 1 /* h */
            ireturn
        end local 1 // int h
        end local 0 // io.reactivex.schedulers.Timed this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactivex/schedulers/Timed<TT;>;
            3    6     1     h  I

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.reactivex.schedulers.Timed this
         0: .line 100
            new java.lang.StringBuilder
            dup
            ldc "Timed[time="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield io.reactivex.schedulers.Timed.time:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc ", unit="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.reactivex.schedulers.Timed.unit:Ljava/util/concurrent/TimeUnit;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ", value="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.reactivex.schedulers.Timed.value:Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.reactivex.schedulers.Timed this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/schedulers/Timed<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "Timed.java"