class com.mongodb.operation.ListIndexesOperation$2$2 implements com.mongodb.async.SingleResultCallback<com.mongodb.connection.QueryResult<T>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.mongodb.operation.ListIndexesOperation$2$2
  super_class: java.lang.Object
{
  final com.mongodb.operation.ListIndexesOperation$2 this$1;
    descriptor: Lcom/mongodb/operation/ListIndexesOperation$2;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  private final com.mongodb.binding.AsyncConnectionSource val$source;
    descriptor: Lcom/mongodb/binding/AsyncConnectionSource;
    flags: (0x1012) ACC_PRIVATE, 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.ListIndexesOperation$2, com.mongodb.async.SingleResultCallback, com.mongodb.binding.AsyncConnectionSource, com.mongodb.connection.AsyncConnection);
    descriptor: (Lcom/mongodb/operation/ListIndexesOperation$2;Lcom/mongodb/async/SingleResultCallback;Lcom/mongodb/binding/AsyncConnectionSource;Lcom/mongodb/connection/AsyncConnection;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // com.mongodb.operation.ListIndexesOperation$2$2 this
         0: .line 221
            aload 0 /* this */
            aload 1
            putfield com.mongodb.operation.ListIndexesOperation$2$2.this$1:Lcom/mongodb/operation/ListIndexesOperation$2;
            aload 0 /* this */
            aload 2
            putfield com.mongodb.operation.ListIndexesOperation$2$2.val$wrappedCallback:Lcom/mongodb/async/SingleResultCallback;
            aload 0 /* this */
            aload 3
            putfield com.mongodb.operation.ListIndexesOperation$2$2.val$source:Lcom/mongodb/binding/AsyncConnectionSource;
            aload 0 /* this */
            aload 4
            putfield com.mongodb.operation.ListIndexesOperation$2$2.val$connection:Lcom/mongodb/connection/AsyncConnection;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.mongodb.operation.ListIndexesOperation$2$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/operation/ListIndexesOperation$2$2;
    MethodParameters:
                     Name  Flags
      this$0               final
      val$wrappedCallback  final
      val$source           final
      val$connection       final

  public void onResult(com.mongodb.connection.QueryResult<T>, java.lang.Throwable);
    descriptor: (Lcom/mongodb/connection/QueryResult;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=3, args_size=3
        start local 0 // com.mongodb.operation.ListIndexesOperation$2$2 this
        start local 1 // com.mongodb.connection.QueryResult result
        start local 2 // java.lang.Throwable t
         0: .line 224
            aload 2 /* t */
            ifnull 3
         1: .line 225
            aload 0 /* this */
            getfield com.mongodb.operation.ListIndexesOperation$2$2.val$wrappedCallback:Lcom/mongodb/async/SingleResultCallback;
            aconst_null
            aload 2 /* t */
            invokeinterface com.mongodb.async.SingleResultCallback.onResult:(Ljava/lang/Object;Ljava/lang/Throwable;)V
         2: .line 226
            goto 7
         3: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.mongodb.operation.ListIndexesOperation$2$2.val$wrappedCallback:Lcom/mongodb/async/SingleResultCallback;
            new com.mongodb.operation.AsyncQueryBatchCursor
            dup
            aload 1 /* result */
            iconst_0
            aload 0 /* this */
            getfield com.mongodb.operation.ListIndexesOperation$2$2.this$1:Lcom/mongodb/operation/ListIndexesOperation$2;
            invokestatic com.mongodb.operation.ListIndexesOperation$2.access$0:(Lcom/mongodb/operation/ListIndexesOperation$2;)Lcom/mongodb/operation/ListIndexesOperation;
            getfield com.mongodb.operation.ListIndexesOperation.batchSize:I
            lconst_0
            aload 0 /* this */
            getfield com.mongodb.operation.ListIndexesOperation$2$2.this$1:Lcom/mongodb/operation/ListIndexesOperation$2;
            invokestatic com.mongodb.operation.ListIndexesOperation$2.access$0:(Lcom/mongodb/operation/ListIndexesOperation$2;)Lcom/mongodb/operation/ListIndexesOperation;
            getfield com.mongodb.operation.ListIndexesOperation.decoder:Lorg/bson/codecs/Decoder;
            aload 0 /* this */
            getfield com.mongodb.operation.ListIndexesOperation$2$2.val$source:Lcom/mongodb/binding/AsyncConnectionSource;
         4: .line 228
            aload 0 /* this */
            getfield com.mongodb.operation.ListIndexesOperation$2$2.val$connection:Lcom/mongodb/connection/AsyncConnection;
            invokespecial com.mongodb.operation.AsyncQueryBatchCursor.<init>:(Lcom/mongodb/connection/QueryResult;IIJLorg/bson/codecs/Decoder;Lcom/mongodb/binding/AsyncConnectionSource;Lcom/mongodb/connection/AsyncConnection;)V
         5: .line 229
            aconst_null
         6: .line 227
            invokeinterface com.mongodb.async.SingleResultCallback.onResult:(Ljava/lang/Object;Ljava/lang/Throwable;)V
         7: .line 231
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Throwable t
        end local 1 // com.mongodb.connection.QueryResult result
        end local 0 // com.mongodb.operation.ListIndexesOperation$2$2 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lcom/mongodb/operation/ListIndexesOperation$2$2;
            0    8     1  result  Lcom/mongodb/connection/QueryResult<TT;>;
            0    8     2       t  Ljava/lang/Throwable;
    Signature: (Lcom/mongodb/connection/QueryResult<TT;>;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.connection.QueryResult
            aload 2
            invokevirtual com.mongodb.operation.ListIndexesOperation$2$2.onResult:(Lcom/mongodb/connection/QueryResult;Ljava/lang/Throwable;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/mongodb/async/SingleResultCallback<Lcom/mongodb/connection/QueryResult<TT;>;>;
SourceFile: "ListIndexesOperation.java"
EnclosingMethod: com.mongodb.operation.ListIndexesOperation$2.call:(Lcom/mongodb/binding/AsyncConnectionSource;Lcom/mongodb/connection/AsyncConnection;Ljava/lang/Throwable;)V
NestHost: com.mongodb.operation.ListIndexesOperation
InnerClasses:
  com.mongodb.operation.ListIndexesOperation$2
  com.mongodb.operation.ListIndexesOperation$2$2