final class io.reactivex.internal.operators.flowable.FlowableReplay$MulticastFlowable$DisposableConsumer implements io.reactivex.functions.Consumer<io.reactivex.disposables.Disposable>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableReplay$MulticastFlowable$DisposableConsumer
  super_class: java.lang.Object
{
  private final io.reactivex.internal.subscribers.SubscriberResourceWrapper<R> srw;
    descriptor: Lio/reactivex/internal/subscribers/SubscriberResourceWrapper;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/reactivex/internal/subscribers/SubscriberResourceWrapper<TR;>;

  final io.reactivex.internal.operators.flowable.FlowableReplay$MulticastFlowable this$1;
    descriptor: Lio/reactivex/internal/operators/flowable/FlowableReplay$MulticastFlowable;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.reactivex.internal.subscribers.SubscriberResourceWrapper<R>);
    descriptor: (Lio/reactivex/internal/operators/flowable/FlowableReplay$MulticastFlowable;Lio/reactivex/internal/subscribers/SubscriberResourceWrapper;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$MulticastFlowable$DisposableConsumer this
        start local 2 // io.reactivex.internal.subscribers.SubscriberResourceWrapper srw
         0: .line 1139
            aload 0 /* this */
            aload 1
            putfield io.reactivex.internal.operators.flowable.FlowableReplay$MulticastFlowable$DisposableConsumer.this$1:Lio/reactivex/internal/operators/flowable/FlowableReplay$MulticastFlowable;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1140
            aload 0 /* this */
            aload 2 /* srw */
            putfield io.reactivex.internal.operators.flowable.FlowableReplay$MulticastFlowable$DisposableConsumer.srw:Lio/reactivex/internal/subscribers/SubscriberResourceWrapper;
         2: .line 1141
            return
        end local 2 // io.reactivex.internal.subscribers.SubscriberResourceWrapper srw
        end local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$MulticastFlowable$DisposableConsumer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableReplay$MulticastFlowable$DisposableConsumer;
            0    3     2   srw  Lio/reactivex/internal/subscribers/SubscriberResourceWrapper<TR;>;
    Signature: (Lio/reactivex/internal/subscribers/SubscriberResourceWrapper<TR;>;)V
    MethodParameters:
        Name  Flags
      this$0  final
      srw     

  public void accept(io.reactivex.disposables.Disposable);
    descriptor: (Lio/reactivex/disposables/Disposable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$MulticastFlowable$DisposableConsumer this
        start local 1 // io.reactivex.disposables.Disposable r
         0: .line 1145
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$MulticastFlowable$DisposableConsumer.srw:Lio/reactivex/internal/subscribers/SubscriberResourceWrapper;
            aload 1 /* r */
            invokevirtual io.reactivex.internal.subscribers.SubscriberResourceWrapper.setResource:(Lio/reactivex/disposables/Disposable;)V
         1: .line 1146
            return
        end local 1 // io.reactivex.disposables.Disposable r
        end local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$MulticastFlowable$DisposableConsumer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableReplay$MulticastFlowable$DisposableConsumer;
            0    2     1     r  Lio/reactivex/disposables/Disposable;
    MethodParameters:
      Name  Flags
      r     

  public void accept(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.reactivex.disposables.Disposable
            invokevirtual io.reactivex.internal.operators.flowable.FlowableReplay$MulticastFlowable$DisposableConsumer.accept:(Lio/reactivex/disposables/Disposable;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Ljava/lang/Object;Lio/reactivex/functions/Consumer<Lio/reactivex/disposables/Disposable;>;
SourceFile: "FlowableReplay.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableReplay
InnerClasses:
  final MulticastFlowable = io.reactivex.internal.operators.flowable.FlowableReplay$MulticastFlowable of io.reactivex.internal.operators.flowable.FlowableReplay
  final DisposableConsumer = io.reactivex.internal.operators.flowable.FlowableReplay$MulticastFlowable$DisposableConsumer of io.reactivex.internal.operators.flowable.FlowableReplay$MulticastFlowable