class com.mongodb.operation.AsyncQueryBatchCursor$3 implements com.mongodb.async.SingleResultCallback<org.bson.BsonDocument>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.mongodb.operation.AsyncQueryBatchCursor$3
  super_class: java.lang.Object
{
  final com.mongodb.operation.AsyncQueryBatchCursor this$0;
    descriptor: Lcom/mongodb/operation/AsyncQueryBatchCursor;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final com.mongodb.connection.AsyncConnection val$connection;
    descriptor: Lcom/mongodb/connection/AsyncConnection;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public void onResult(org.bson.BsonDocument, java.lang.Throwable);
    descriptor: (Lorg/bson/BsonDocument;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.mongodb.operation.AsyncQueryBatchCursor$3 this
        start local 1 // org.bson.BsonDocument result
        start local 2 // java.lang.Throwable t
         0: .line 257
            aload 0 /* this */
            getfield com.mongodb.operation.AsyncQueryBatchCursor$3.val$connection:Lcom/mongodb/connection/AsyncConnection;
            invokeinterface com.mongodb.connection.AsyncConnection.release:()V
         1: .line 258
            aload 0 /* this */
            getfield com.mongodb.operation.AsyncQueryBatchCursor$3.this$0:Lcom/mongodb/operation/AsyncQueryBatchCursor;
            getfield com.mongodb.operation.AsyncQueryBatchCursor.connectionSource:Lcom/mongodb/binding/AsyncConnectionSource;
            invokeinterface com.mongodb.binding.AsyncConnectionSource.release:()V
         2: .line 259
            return
        end local 2 // java.lang.Throwable t
        end local 1 // org.bson.BsonDocument result
        end local 0 // com.mongodb.operation.AsyncQueryBatchCursor$3 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/mongodb/operation/AsyncQueryBatchCursor$3;
            0    3     1  result  Lorg/bson/BsonDocument;
            0    3     2       t  Ljava/lang/Throwable;
    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 org.bson.BsonDocument
            aload 2
            invokevirtual com.mongodb.operation.AsyncQueryBatchCursor$3.onResult:(Lorg/bson/BsonDocument;Ljava/lang/Throwable;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/mongodb/async/SingleResultCallback<Lorg/bson/BsonDocument;>;
SourceFile: "AsyncQueryBatchCursor.java"
EnclosingMethod: com.mongodb.operation.AsyncQueryBatchCursor.killCursorAsynchronouslyAndReleaseConnectionAndSource:(Lcom/mongodb/connection/AsyncConnection;Lcom/mongodb/ServerCursor;)V
NestHost: com.mongodb.operation.AsyncQueryBatchCursor
InnerClasses:
  com.mongodb.operation.AsyncQueryBatchCursor$3