interface com.mongodb.operation.AsyncChangeStreamBatchCursor$AsyncBlock
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.mongodb.operation.AsyncChangeStreamBatchCursor$AsyncBlock
  super_class: java.lang.Object
{
  public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/mongodb/async/AsyncAggregateResponseBatchCursor<Lorg/bson/RawBsonDocument;>;Lcom/mongodb/async/SingleResultCallback<Ljava/util/List<Lorg/bson/RawBsonDocument;>;>;)V
    MethodParameters:
          Name  Flags
      cursor    
      callback  
}
SourceFile: "AsyncChangeStreamBatchCursor.java"
NestHost: com.mongodb.operation.AsyncChangeStreamBatchCursor
InnerClasses:
  private abstract AsyncBlock = com.mongodb.operation.AsyncChangeStreamBatchCursor$AsyncBlock of com.mongodb.operation.AsyncChangeStreamBatchCursor