class com.mongodb.async.client.MongoIterableSubscription$1 implements com.mongodb.async.SingleResultCallback<com.mongodb.async.AsyncBatchCursor<TResult>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.mongodb.async.client.MongoIterableSubscription$1
  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$1 this
         0: .line 46
            aload 0 /* this */
            aload 1
            putfield com.mongodb.async.client.MongoIterableSubscription$1.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$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/async/client/MongoIterableSubscription$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void onResult(com.mongodb.async.AsyncBatchCursor<TResult>, java.lang.Throwable);
    descriptor: (Lcom/mongodb/async/AsyncBatchCursor;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.mongodb.async.client.MongoIterableSubscription$1 this
        start local 1 // com.mongodb.async.AsyncBatchCursor result
        start local 2 // java.lang.Throwable t
         0: .line 49
            aload 2 /* t */
            ifnull 3
         1: .line 50
            aload 0 /* this */
            getfield com.mongodb.async.client.MongoIterableSubscription$1.this$0:Lcom/mongodb/async/client/MongoIterableSubscription;
            aload 2 /* t */
            invokevirtual com.mongodb.async.client.MongoIterableSubscription.onError:(Ljava/lang/Throwable;)V
         2: .line 51
            goto 8
      StackMap locals:
      StackMap stack:
         3: aload 1 /* result */
            ifnull 7
         4: .line 52
            aload 0 /* this */
            getfield com.mongodb.async.client.MongoIterableSubscription$1.this$0:Lcom/mongodb/async/client/MongoIterableSubscription;
            aload 1 /* result */
            putfield com.mongodb.async.client.MongoIterableSubscription.batchCursor:Lcom/mongodb/async/AsyncBatchCursor;
         5: .line 53
            aload 0 /* this */
            getfield com.mongodb.async.client.MongoIterableSubscription$1.this$0:Lcom/mongodb/async/client/MongoIterableSubscription;
            invokevirtual com.mongodb.async.client.MongoIterableSubscription.requestMoreData:()V
         6: .line 54
            goto 8
         7: .line 55
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.mongodb.async.client.MongoIterableSubscription$1.this$0:Lcom/mongodb/async/client/MongoIterableSubscription;
            new com.mongodb.MongoException
            dup
            ldc "Unexpected error, no AsyncBatchCursor returned from the MongoIterable."
            invokespecial com.mongodb.MongoException.<init>:(Ljava/lang/String;)V
            invokevirtual com.mongodb.async.client.MongoIterableSubscription.onError:(Ljava/lang/Throwable;)V
         8: .line 57
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Throwable t
        end local 1 // com.mongodb.async.AsyncBatchCursor result
        end local 0 // com.mongodb.async.client.MongoIterableSubscription$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lcom/mongodb/async/client/MongoIterableSubscription$1;
            0    9     1  result  Lcom/mongodb/async/AsyncBatchCursor<TTResult;>;
            0    9     2       t  Ljava/lang/Throwable;
    Signature: (Lcom/mongodb/async/AsyncBatchCursor<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 com.mongodb.async.AsyncBatchCursor
            aload 2
            invokevirtual com.mongodb.async.client.MongoIterableSubscription$1.onResult:(Lcom/mongodb/async/AsyncBatchCursor;Ljava/lang/Throwable;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/mongodb/async/SingleResultCallback<Lcom/mongodb/async/AsyncBatchCursor<TTResult;>;>;
SourceFile: "MongoIterableSubscription.java"
EnclosingMethod: com.mongodb.async.client.MongoIterableSubscription.requestInitialData:()V
NestHost: com.mongodb.async.client.MongoIterableSubscription
InnerClasses:
  com.mongodb.async.client.MongoIterableSubscription$1