final class io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedTimedReplay<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$BufferedTimedReplay
  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 int bufferSize;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  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>, int, long, java.util.concurrent.TimeUnit, io.reactivex.Scheduler);
    descriptor: (Lio/reactivex/Flowable;IJLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=6
        start local 0 // io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedTimedReplay this
        start local 1 // io.reactivex.Flowable parent
        start local 2 // int bufferSize
        start local 3 // long time
        start local 5 // java.util.concurrent.TimeUnit unit
        start local 6 // io.reactivex.Scheduler scheduler
         0: .line 277
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 278
            aload 0 /* this */
            aload 1 /* parent */
            putfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedTimedReplay.parent:Lio/reactivex/Flowable;
         2: .line 279
            aload 0 /* this */
            iload 2 /* bufferSize */
            putfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedTimedReplay.bufferSize:I
         3: .line 280
            aload 0 /* this */
            lload 3 /* time */
            putfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedTimedReplay.time:J
         4: .line 281
            aload 0 /* this */
            aload 5 /* unit */
            putfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedTimedReplay.unit:Ljava/util/concurrent/TimeUnit;
         5: .line 282
            aload 0 /* this */
            aload 6 /* scheduler */
            putfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedTimedReplay.scheduler:Lio/reactivex/Scheduler;
         6: .line 283
            return
        end local 6 // io.reactivex.Scheduler scheduler
        end local 5 // java.util.concurrent.TimeUnit unit
        end local 3 // long time
        end local 2 // int bufferSize
        end local 1 // io.reactivex.Flowable parent
        end local 0 // io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedTimedReplay this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lio/reactivex/internal/operators/flowable/FlowableInternalHelper$BufferedTimedReplay<TT;>;
            0    7     1      parent  Lio/reactivex/Flowable<TT;>;
            0    7     2  bufferSize  I
            0    7     3        time  J
            0    7     5        unit  Ljava/util/concurrent/TimeUnit;
            0    7     6   scheduler  Lio/reactivex/Scheduler;
    Signature: (Lio/reactivex/Flowable<TT;>;IJLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;)V
    MethodParameters:
            Name  Flags
      parent      
      bufferSize  
      time        
      unit        
      scheduler   

  public io.reactivex.flowables.ConnectableFlowable<T> call();
    descriptor: ()Lio/reactivex/flowables/ConnectableFlowable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedTimedReplay this
         0: .line 287
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedTimedReplay.parent:Lio/reactivex/Flowable;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedTimedReplay.bufferSize:I
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedTimedReplay.time:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedTimedReplay.unit:Ljava/util/concurrent/TimeUnit;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedTimedReplay.scheduler:Lio/reactivex/Scheduler;
            invokevirtual io.reactivex.Flowable.replay:(IJLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;)Lio/reactivex/flowables/ConnectableFlowable;
            areturn
        end local 0 // io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedTimedReplay this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/flowable/FlowableInternalHelper$BufferedTimedReplay<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$BufferedTimedReplay.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 BufferedTimedReplay = io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedTimedReplay of io.reactivex.internal.operators.flowable.FlowableInternalHelper