class com.mongodb.operation.AsyncChangeStreamBatchCursor$1 implements com.mongodb.operation.AsyncChangeStreamBatchCursor$AsyncBlock
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.mongodb.operation.AsyncChangeStreamBatchCursor$1
  super_class: java.lang.Object
{
  final com.mongodb.operation.AsyncChangeStreamBatchCursor this$0;
    descriptor: Lcom/mongodb/operation/AsyncChangeStreamBatchCursor;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public void apply(com.mongodb.async.AsyncAggregateResponseBatchCursor<org.bson.RawBsonDocument>, com.mongodb.async.SingleResultCallback<java.util.List<org.bson.RawBsonDocument>>);
    descriptor: (Lcom/mongodb/async/AsyncAggregateResponseBatchCursor;Lcom/mongodb/async/SingleResultCallback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.mongodb.operation.AsyncChangeStreamBatchCursor$1 this
        start local 1 // com.mongodb.async.AsyncAggregateResponseBatchCursor cursor
        start local 2 // com.mongodb.async.SingleResultCallback callback
         0: .line 74
            aload 1 /* cursor */
            aload 2 /* callback */
            invokeinterface com.mongodb.async.AsyncAggregateResponseBatchCursor.next:(Lcom/mongodb/async/SingleResultCallback;)V
         1: .line 75
            aload 0 /* this */
            getfield com.mongodb.operation.AsyncChangeStreamBatchCursor$1.this$0:Lcom/mongodb/operation/AsyncChangeStreamBatchCursor;
            aload 1 /* cursor */
            invokevirtual com.mongodb.operation.AsyncChangeStreamBatchCursor.cachePostBatchResumeToken:(Lcom/mongodb/async/AsyncAggregateResponseBatchCursor;)V
         2: .line 76
            return
        end local 2 // com.mongodb.async.SingleResultCallback callback
        end local 1 // com.mongodb.async.AsyncAggregateResponseBatchCursor cursor
        end local 0 // com.mongodb.operation.AsyncChangeStreamBatchCursor$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$1;
            0    3     1    cursor  Lcom/mongodb/async/AsyncAggregateResponseBatchCursor<Lorg/bson/RawBsonDocument;>;
            0    3     2  callback  Lcom/mongodb/async/SingleResultCallback<Ljava/util/List<Lorg/bson/RawBsonDocument;>;>;
    Signature: (Lcom/mongodb/async/AsyncAggregateResponseBatchCursor<Lorg/bson/RawBsonDocument;>;Lcom/mongodb/async/SingleResultCallback<Ljava/util/List<Lorg/bson/RawBsonDocument;>;>;)V
    MethodParameters:
          Name  Flags
      cursor    final
      callback  final
}
SourceFile: "AsyncChangeStreamBatchCursor.java"
EnclosingMethod: com.mongodb.operation.AsyncChangeStreamBatchCursor.next:(Lcom/mongodb/async/SingleResultCallback;)V
NestHost: com.mongodb.operation.AsyncChangeStreamBatchCursor
InnerClasses:
  com.mongodb.operation.AsyncChangeStreamBatchCursor$1
  private abstract AsyncBlock = com.mongodb.operation.AsyncChangeStreamBatchCursor$AsyncBlock of com.mongodb.operation.AsyncChangeStreamBatchCursor