final class com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor implements com.mongodb.async.AsyncBatchCursor<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor
  super_class: java.lang.Object
{
  private final com.mongodb.async.AsyncBatchCursor<org.bson.BsonDocument> delegate;
    descriptor: Lcom/mongodb/async/AsyncBatchCursor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/mongodb/async/AsyncBatchCursor<Lorg/bson/BsonDocument;>;

  final com.mongodb.operation.ListCollectionsOperation this$0;
    descriptor: Lcom/mongodb/operation/ListCollectionsOperation;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(com.mongodb.async.AsyncBatchCursor<org.bson.BsonDocument>);
    descriptor: (Lcom/mongodb/operation/ListCollectionsOperation;Lcom/mongodb/async/AsyncBatchCursor;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor this
        start local 2 // com.mongodb.async.AsyncBatchCursor delegate
         0: .line 452
            aload 0 /* this */
            aload 1
            putfield com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor.this$0:Lcom/mongodb/operation/ListCollectionsOperation;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 453
            aload 0 /* this */
            aload 2 /* delegate */
            putfield com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor.delegate:Lcom/mongodb/async/AsyncBatchCursor;
         2: .line 454
            return
        end local 2 // com.mongodb.async.AsyncBatchCursor delegate
        end local 0 // com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/mongodb/operation/ListCollectionsOperation$ProjectingAsyncBatchCursor;
            0    3     2  delegate  Lcom/mongodb/async/AsyncBatchCursor<Lorg/bson/BsonDocument;>;
    Signature: (Lcom/mongodb/async/AsyncBatchCursor<Lorg/bson/BsonDocument;>;)V
    MethodParameters:
          Name  Flags
      this$0    final
      delegate  final

  public void next(com.mongodb.async.SingleResultCallback<java.util.List<T>>);
    descriptor: (Lcom/mongodb/async/SingleResultCallback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor this
        start local 1 // com.mongodb.async.SingleResultCallback callback
         0: .line 458
            aload 0 /* this */
            getfield com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor.delegate:Lcom/mongodb/async/AsyncBatchCursor;
            new com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor$1
            dup
            aload 0 /* this */
            aload 1 /* callback */
            invokespecial com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor$1.<init>:(Lcom/mongodb/operation/ListCollectionsOperation$ProjectingAsyncBatchCursor;Lcom/mongodb/async/SingleResultCallback;)V
            invokeinterface com.mongodb.async.AsyncBatchCursor.next:(Lcom/mongodb/async/SingleResultCallback;)V
         1: .line 468
            return
        end local 1 // com.mongodb.async.SingleResultCallback callback
        end local 0 // com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/mongodb/operation/ListCollectionsOperation$ProjectingAsyncBatchCursor;
            0    2     1  callback  Lcom/mongodb/async/SingleResultCallback<Ljava/util/List<TT;>;>;
    Signature: (Lcom/mongodb/async/SingleResultCallback<Ljava/util/List<TT;>;>;)V
    MethodParameters:
          Name  Flags
      callback  final

  public void tryNext(com.mongodb.async.SingleResultCallback<java.util.List<T>>);
    descriptor: (Lcom/mongodb/async/SingleResultCallback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor this
        start local 1 // com.mongodb.async.SingleResultCallback callback
         0: .line 472
            aload 0 /* this */
            getfield com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor.delegate:Lcom/mongodb/async/AsyncBatchCursor;
            new com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor$2
            dup
            aload 0 /* this */
            aload 1 /* callback */
            invokespecial com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor$2.<init>:(Lcom/mongodb/operation/ListCollectionsOperation$ProjectingAsyncBatchCursor;Lcom/mongodb/async/SingleResultCallback;)V
            invokeinterface com.mongodb.async.AsyncBatchCursor.tryNext:(Lcom/mongodb/async/SingleResultCallback;)V
         1: .line 482
            return
        end local 1 // com.mongodb.async.SingleResultCallback callback
        end local 0 // com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/mongodb/operation/ListCollectionsOperation$ProjectingAsyncBatchCursor;
            0    2     1  callback  Lcom/mongodb/async/SingleResultCallback<Ljava/util/List<TT;>;>;
    Signature: (Lcom/mongodb/async/SingleResultCallback<Ljava/util/List<TT;>;>;)V
    MethodParameters:
          Name  Flags
      callback  final

  public void setBatchSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor this
        start local 1 // int batchSize
         0: .line 486
            aload 0 /* this */
            getfield com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor.delegate:Lcom/mongodb/async/AsyncBatchCursor;
            iload 1 /* batchSize */
            invokeinterface com.mongodb.async.AsyncBatchCursor.setBatchSize:(I)V
         1: .line 487
            return
        end local 1 // int batchSize
        end local 0 // com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/mongodb/operation/ListCollectionsOperation$ProjectingAsyncBatchCursor;
            0    2     1  batchSize  I
    MethodParameters:
           Name  Flags
      batchSize  final

  public int getBatchSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor this
         0: .line 491
            aload 0 /* this */
            getfield com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor.delegate:Lcom/mongodb/async/AsyncBatchCursor;
            invokeinterface com.mongodb.async.AsyncBatchCursor.getBatchSize:()I
            ireturn
        end local 0 // com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/operation/ListCollectionsOperation$ProjectingAsyncBatchCursor;

  public boolean isClosed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor this
         0: .line 496
            aload 0 /* this */
            getfield com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor.delegate:Lcom/mongodb/async/AsyncBatchCursor;
            invokeinterface com.mongodb.async.AsyncBatchCursor.isClosed:()Z
            ireturn
        end local 0 // com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/operation/ListCollectionsOperation$ProjectingAsyncBatchCursor;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor this
         0: .line 501
            aload 0 /* this */
            getfield com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor.delegate:Lcom/mongodb/async/AsyncBatchCursor;
            invokeinterface com.mongodb.async.AsyncBatchCursor.close:()V
         1: .line 502
            return
        end local 0 // com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/mongodb/operation/ListCollectionsOperation$ProjectingAsyncBatchCursor;

  static com.mongodb.operation.ListCollectionsOperation access$0(com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor);
    descriptor: (Lcom/mongodb/operation/ListCollectionsOperation$ProjectingAsyncBatchCursor;)Lcom/mongodb/operation/ListCollectionsOperation;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 448
            aload 0
            getfield com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor.this$0:Lcom/mongodb/operation/ListCollectionsOperation;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/mongodb/async/AsyncBatchCursor<TT;>;
SourceFile: "ListCollectionsOperation.java"
NestHost: com.mongodb.operation.ListCollectionsOperation
InnerClasses:
  private final ProjectingAsyncBatchCursor = com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor of com.mongodb.operation.ListCollectionsOperation
  com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor$1
  com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor$2