final class io.reactivex.internal.operators.flowable.FlowableInternalHelper$TimedReplay<T> implements java.util.concurrent.Callable<io.reactivex.flowables.ConnectableFlowable<T>>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableInternalHelper$TimedReplay
  super_class: java.lang.Object
{
  private final io.reactivex.Flowable<T> parent;
    descriptor: Lio/reactivex/Flowable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/reactivex/Flowable<TT;>;

  private final long time;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.concurrent.TimeUnit unit;
    descriptor: Ljava/util/concurrent/TimeUnit;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.reactivex.Scheduler scheduler;
    descriptor: Lio/reactivex/Scheduler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(io.reactivex.Flowable<T>, long, java.util.concurrent.TimeUnit, io.reactivex.Scheduler);
    descriptor: (Lio/reactivex/Flowable;JLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // io.reactivex.internal.operators.flowable.FlowableInternalHelper$TimedReplay this
        start local 1 // io.reactivex.Flowable parent
        start local 2 // long time
        start local 4 // java.util.concurrent.TimeUnit unit
        start local 5 // io.reactivex.Scheduler scheduler
         0: .line 297
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 298
            aload 0 /* this */
            aload 1 /* parent */
            putfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$TimedReplay.parent:Lio/reactivex/Flowable;
         2: .line 299
            aload 0 /* this */
            lload 2 /* time */
            putfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$TimedReplay.time:J
         3: .line 300
            aload 0 /* this */
            aload 4 /* unit */
            putfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$TimedReplay.unit:Ljava/util/concurrent/TimeUnit;
         4: .line 301
            aload 0 /* this */
            aload 5 /* scheduler */
            putfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$TimedReplay.scheduler:Lio/reactivex/Scheduler;
         5: .line 302
            return
        end local 5 // io.reactivex.Scheduler scheduler
        end local 4 // java.util.concurrent.TimeUnit unit
        end local 2 // long time
        end local 1 // io.reactivex.Flowable parent
        end local 0 // io.reactivex.internal.operators.flowable.FlowableInternalHelper$TimedReplay this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lio/reactivex/internal/operators/flowable/FlowableInternalHelper$TimedReplay<TT;>;
            0    6     1     parent  Lio/reactivex/Flowable<TT;>;
            0    6     2       time  J
            0    6     4       unit  Ljava/util/concurrent/TimeUnit;
            0    6     5  scheduler  Lio/reactivex/Scheduler;
    Signature: (Lio/reactivex/Flowable<TT;>;JLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;)V
    MethodParameters:
           Name  Flags
      parent     
      time       
      unit       
      scheduler  

  public io.reactivex.flowables.ConnectableFlowable<T> call();
    descriptor: ()Lio/reactivex/flowables/ConnectableFlowable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableInternalHelper$TimedReplay this
         0: .line 306
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$TimedReplay.parent:Lio/reactivex/Flowable;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$TimedReplay.time:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$TimedReplay.unit:Ljava/util/concurrent/TimeUnit;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$TimedReplay.scheduler:Lio/reactivex/Scheduler;
            invokevirtual io.reactivex.Flowable.replay:(JLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;)Lio/reactivex/flowables/ConnectableFlowable;
            areturn
        end local 0 // io.reactivex.internal.operators.flowable.FlowableInternalHelper$TimedReplay this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/flowable/FlowableInternalHelper$TimedReplay<TT;>;
    Signature: ()Lio/reactivex/flowables/ConnectableFlowable<TT;>;

  public java.lang.Object call();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.reactivex.internal.operators.flowable.FlowableInternalHelper$TimedReplay.call:()Lio/reactivex/flowables/ConnectableFlowable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/concurrent/Callable<Lio/reactivex/flowables/ConnectableFlowable<TT;>;>;
SourceFile: "FlowableInternalHelper.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableInternalHelper
InnerClasses:
  final TimedReplay = io.reactivex.internal.operators.flowable.FlowableInternalHelper$TimedReplay of io.reactivex.internal.operators.flowable.FlowableInternalHelper