public final class io.reactivex.internal.operators.flowable.FlowableAutoConnect<T> extends io.reactivex.Flowable<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableAutoConnect
  super_class: io.reactivex.Flowable
{
  final io.reactivex.flowables.ConnectableFlowable<? extends T> source;
    descriptor: Lio/reactivex/flowables/ConnectableFlowable;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/flowables/ConnectableFlowable<+TT;>;

  final int numberOfSubscribers;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final io.reactivex.functions.Consumer<? super io.reactivex.disposables.Disposable> connection;
    descriptor: Lio/reactivex/functions/Consumer;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/Consumer<-Lio/reactivex/disposables/Disposable;>;

  final java.util.concurrent.atomic.AtomicInteger clients;
    descriptor: Ljava/util/concurrent/atomic/AtomicInteger;
    flags: (0x0010) ACC_FINAL

  public void <init>(io.reactivex.flowables.ConnectableFlowable<? extends T>, int, io.reactivex.functions.Consumer<? super io.reactivex.disposables.Disposable>);
    descriptor: (Lio/reactivex/flowables/ConnectableFlowable;ILio/reactivex/functions/Consumer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.reactivex.internal.operators.flowable.FlowableAutoConnect this
        start local 1 // io.reactivex.flowables.ConnectableFlowable source
        start local 2 // int numberOfSubscribers
        start local 3 // io.reactivex.functions.Consumer connection
         0: .line 37
            aload 0 /* this */
            invokespecial io.reactivex.Flowable.<init>:()V
         1: .line 40
            aload 0 /* this */
            aload 1 /* source */
            putfield io.reactivex.internal.operators.flowable.FlowableAutoConnect.source:Lio/reactivex/flowables/ConnectableFlowable;
         2: .line 41
            aload 0 /* this */
            iload 2 /* numberOfSubscribers */
            putfield io.reactivex.internal.operators.flowable.FlowableAutoConnect.numberOfSubscribers:I
         3: .line 42
            aload 0 /* this */
            aload 3 /* connection */
            putfield io.reactivex.internal.operators.flowable.FlowableAutoConnect.connection:Lio/reactivex/functions/Consumer;
         4: .line 43
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicInteger
            dup
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowableAutoConnect.clients:Ljava/util/concurrent/atomic/AtomicInteger;
         5: .line 44
            return
        end local 3 // io.reactivex.functions.Consumer connection
        end local 2 // int numberOfSubscribers
        end local 1 // io.reactivex.flowables.ConnectableFlowable source
        end local 0 // io.reactivex.internal.operators.flowable.FlowableAutoConnect this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    6     0                 this  Lio/reactivex/internal/operators/flowable/FlowableAutoConnect<TT;>;
            0    6     1               source  Lio/reactivex/flowables/ConnectableFlowable<+TT;>;
            0    6     2  numberOfSubscribers  I
            0    6     3           connection  Lio/reactivex/functions/Consumer<-Lio/reactivex/disposables/Disposable;>;
    Signature: (Lio/reactivex/flowables/ConnectableFlowable<+TT;>;ILio/reactivex/functions/Consumer<-Lio/reactivex/disposables/Disposable;>;)V
    MethodParameters:
                     Name  Flags
      source               
      numberOfSubscribers  
      connection           

  public void subscribeActual(org.reactivestreams.Subscriber<? super T>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableAutoConnect this
        start local 1 // org.reactivestreams.Subscriber child
         0: .line 48
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableAutoConnect.source:Lio/reactivex/flowables/ConnectableFlowable;
            aload 1 /* child */
            invokevirtual io.reactivex.flowables.ConnectableFlowable.subscribe:(Lorg/reactivestreams/Subscriber;)V
         1: .line 49
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableAutoConnect.clients:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.incrementAndGet:()I
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableAutoConnect.numberOfSubscribers:I
            if_icmpne 3
         2: .line 50
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableAutoConnect.source:Lio/reactivex/flowables/ConnectableFlowable;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableAutoConnect.connection:Lio/reactivex/functions/Consumer;
            invokevirtual io.reactivex.flowables.ConnectableFlowable.connect:(Lio/reactivex/functions/Consumer;)V
         3: .line 52
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscriber child
        end local 0 // io.reactivex.internal.operators.flowable.FlowableAutoConnect this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/reactivex/internal/operators/flowable/FlowableAutoConnect<TT;>;
            0    4     1  child  Lorg/reactivestreams/Subscriber<-TT;>;
    Signature: (Lorg/reactivestreams/Subscriber<-TT;>;)V
    MethodParameters:
       Name  Flags
      child  
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/Flowable<TT;>;
SourceFile: "FlowableAutoConnect.java"