public final class io.reactivex.internal.operators.observable.ObservableCount<T> extends io.reactivex.internal.operators.observable.AbstractObservableWithUpstream<T, java.lang.Long>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.observable.ObservableCount
  super_class: io.reactivex.internal.operators.observable.AbstractObservableWithUpstream
{
  public void <init>(io.reactivex.ObservableSource<T>);
    descriptor: (Lio/reactivex/ObservableSource;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableCount this
        start local 1 // io.reactivex.ObservableSource source
         0: .line 22
            aload 0 /* this */
            aload 1 /* source */
            invokespecial io.reactivex.internal.operators.observable.AbstractObservableWithUpstream.<init>:(Lio/reactivex/ObservableSource;)V
         1: .line 23
            return
        end local 1 // io.reactivex.ObservableSource source
        end local 0 // io.reactivex.internal.operators.observable.ObservableCount this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/reactivex/internal/operators/observable/ObservableCount<TT;>;
            0    2     1  source  Lio/reactivex/ObservableSource<TT;>;
    Signature: (Lio/reactivex/ObservableSource<TT;>;)V
    MethodParameters:
        Name  Flags
      source  

  public void subscribeActual(io.reactivex.Observer<? super java.lang.Long>);
    descriptor: (Lio/reactivex/Observer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableCount this
        start local 1 // io.reactivex.Observer t
         0: .line 27
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableCount.source:Lio/reactivex/ObservableSource;
            new io.reactivex.internal.operators.observable.ObservableCount$CountObserver
            dup
            aload 1 /* t */
            invokespecial io.reactivex.internal.operators.observable.ObservableCount$CountObserver.<init>:(Lio/reactivex/Observer;)V
            invokeinterface io.reactivex.ObservableSource.subscribe:(Lio/reactivex/Observer;)V
         1: .line 28
            return
        end local 1 // io.reactivex.Observer t
        end local 0 // io.reactivex.internal.operators.observable.ObservableCount this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/observable/ObservableCount<TT;>;
            0    2     1     t  Lio/reactivex/Observer<-Ljava/lang/Long;>;
    Signature: (Lio/reactivex/Observer<-Ljava/lang/Long;>;)V
    MethodParameters:
      Name  Flags
      t     
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/internal/operators/observable/AbstractObservableWithUpstream<TT;Ljava/lang/Long;>;
SourceFile: "ObservableCount.java"
NestMembers:
  io.reactivex.internal.operators.observable.ObservableCount$CountObserver
InnerClasses:
  final CountObserver = io.reactivex.internal.operators.observable.ObservableCount$CountObserver of io.reactivex.internal.operators.observable.ObservableCount