class com.mongodb.async.client.MongoIterableSubscription$2 implements com.mongodb.async.SingleResultCallback<java.util.List<TResult>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.mongodb.async.client.MongoIterableSubscription$2
  super_class: java.lang.Object
{
  final com.mongodb.async.client.MongoIterableSubscription this$0;
    descriptor: Lcom/mongodb/async/client/MongoIterableSubscription;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.mongodb.async.client.MongoIterableSubscription);
    descriptor: (Lcom/mongodb/async/client/MongoIterableSubscription;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.mongodb.async.client.MongoIterableSubscription$2 this
         0: .line 89
            aload 0 /* this */
            aload 1
            putfield com.mongodb.async.client.MongoIterableSubscription$2.this$0:Lcom/mongodb/async/client/MongoIterableSubscription;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.mongodb.async.client.MongoIterableSubscription$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/async/client/MongoIterableSubscription$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public void onResult(java.util.List<TResult>, java.lang.Throwable);
    descriptor: (Ljava/util/List;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // com.mongodb.async.client.MongoIterableSubscription$2 this
        start local 1 // java.util.List result
        start local 2 // java.lang.Throwable t
         0: .line 92
            aload 0 /* this */
            getfield com.mongodb.async.client.MongoIterableSubscription$2.this$0:Lcom/mongodb/async/client/MongoIterableSubscription;
            dup
            astore 3
            monitorenter
         1: .line 93
            aload 0 /* this */
            getfield com.mongodb.async.client.MongoIterableSubscription$2.this$0:Lcom/mongodb/async/client/MongoIterableSubscription;
            iconst_0
            putfield com.mongodb.async.client.MongoIterableSubscription.isReading:Z
         2: .line 92
            aload 3
            monitorexit
         3: goto 6
      StackMap locals: com.mongodb.async.client.MongoIterableSubscription$2 java.util.List java.lang.Throwable com.mongodb.async.client.MongoIterableSubscription
      StackMap stack: java.lang.Throwable
         4: aload 3
            monitorexit
         5: athrow
         6: .line 96
      StackMap locals:
      StackMap stack:
            aload 2 /* t */
            ifnull 9
         7: .line 97
            aload 0 /* this */
            getfield com.mongodb.async.client.MongoIterableSubscription$2.this$0:Lcom/mongodb/async/client/MongoIterableSubscription;
            aload 2 /* t */
            invokevirtual com.mongodb.async.client.MongoIterableSubscription.onError:(Ljava/lang/Throwable;)V
         8: .line 98
            goto 18
         9: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.mongodb.async.client.MongoIterableSubscription$2.this$0:Lcom/mongodb/async/client/MongoIterableSubscription;
            aload 1 /* result */
            invokevirtual com.mongodb.async.client.MongoIterableSubscription.addToQueue:(Ljava/util/List;)V
        10: .line 100
            aload 0 /* this */
            getfield com.mongodb.async.client.MongoIterableSubscription$2.this$0:Lcom/mongodb/async/client/MongoIterableSubscription;
            dup
            astore 3
            monitorenter
        11: .line 101
            aload 1 /* result */
            ifnonnull 13
        12: .line 102
            aload 0 /* this */
            getfield com.mongodb.async.client.MongoIterableSubscription$2.this$0:Lcom/mongodb/async/client/MongoIterableSubscription;
            iconst_1
            putfield com.mongodb.async.client.MongoIterableSubscription.completed:Z
        13: .line 100
      StackMap locals: com.mongodb.async.client.MongoIterableSubscription
      StackMap stack:
            aload 3
            monitorexit
        14: goto 17
      StackMap locals:
      StackMap stack: java.lang.Throwable
        15: aload 3
            monitorexit
        16: athrow
        17: .line 105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.mongodb.async.client.MongoIterableSubscription$2.this$0:Lcom/mongodb/async/client/MongoIterableSubscription;
            invokevirtual com.mongodb.async.client.MongoIterableSubscription.tryProcessResultsQueue:()V
        18: .line 107
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Throwable t
        end local 1 // java.util.List result
        end local 0 // com.mongodb.async.client.MongoIterableSubscription$2 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   19     0    this  Lcom/mongodb/async/client/MongoIterableSubscription$2;
            0   19     1  result  Ljava/util/List<TTResult;>;
            0   19     2       t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
          11    14      15  any
          15    16      15  any
    Signature: (Ljava/util/List<TTResult;>;Ljava/lang/Throwable;)V
    MethodParameters:
        Name  Flags
      result  final
      t       final

  public void onResult(java.lang.Object, java.lang.Throwable);
    descriptor: (Ljava/lang/Object;Ljava/lang/Throwable;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast java.util.List
            aload 2
            invokevirtual com.mongodb.async.client.MongoIterableSubscription$2.onResult:(Ljava/util/List;Ljava/lang/Throwable;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/mongodb/async/SingleResultCallback<Ljava/util/List<TTResult;>;>;
SourceFile: "MongoIterableSubscription.java"
EnclosingMethod: com.mongodb.async.client.MongoIterableSubscription.requestMoreData:()V
NestHost: com.mongodb.async.client.MongoIterableSubscription
InnerClasses:
  com.mongodb.async.client.MongoIterableSubscription$2