public abstract class io.reactivex.observables.GroupedObservable<K, T> extends io.reactivex.Observable<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: io.reactivex.observables.GroupedObservable
  super_class: io.reactivex.Observable
{
  final K key;
    descriptor: Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Signature: TK;

  protected void <init>();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.observables.GroupedObservable this
        start local 1 // java.lang.Object key
         0: .line 41
            aload 0 /* this */
            invokespecial io.reactivex.Observable.<init>:()V
         1: .line 42
            aload 0 /* this */
            aload 1 /* key */
            putfield io.reactivex.observables.GroupedObservable.key:Ljava/lang/Object;
         2: .line 43
            return
        end local 1 // java.lang.Object key
        end local 0 // io.reactivex.observables.GroupedObservable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/observables/GroupedObservable<TK;TT;>;
            0    3     1   key  TK;
    Signature: (TK;)V
    RuntimeInvisibleParameterAnnotations: 
      0:
        io.reactivex.annotations.Nullable()
    MethodParameters:
      Name  Flags
      key   

  public K getKey();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.observables.GroupedObservable this
         0: .line 52
            aload 0 /* this */
            getfield io.reactivex.observables.GroupedObservable.key:Ljava/lang/Object;
            areturn
        end local 0 // io.reactivex.observables.GroupedObservable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/observables/GroupedObservable<TK;TT;>;
    Signature: ()TK;
    RuntimeInvisibleAnnotations: 
      io.reactivex.annotations.Nullable()
}
Signature: <K:Ljava/lang/Object;T:Ljava/lang/Object;>Lio/reactivex/Observable<TT;>;
SourceFile: "GroupedObservable.java"