interface io.reactivex.internal.operators.flowable.FlowableReplay$ReplayBuffer<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.reactivex.internal.operators.flowable.FlowableReplay$ReplayBuffer
  super_class: java.lang.Object
{
  public abstract void next();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT;)V
    MethodParameters:
       Name  Flags
      value  

  public abstract void error(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      e     

  public abstract void complete();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void replay(io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription<T>);
    descriptor: (Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription<TT;>;)V
    MethodParameters:
        Name  Flags
      output  
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "FlowableReplay.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableReplay
InnerClasses:
  final InnerSubscription = io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription of io.reactivex.internal.operators.flowable.FlowableReplay
  abstract ReplayBuffer = io.reactivex.internal.operators.flowable.FlowableReplay$ReplayBuffer of io.reactivex.internal.operators.flowable.FlowableReplay