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

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

  private final com.mongodb.operation.AsyncChangeStreamBatchCursor$AsyncBlock val$asyncBlock;
    descriptor: Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$AsyncBlock;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final boolean val$tryNext;
    descriptor: Z
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.mongodb.operation.AsyncChangeStreamBatchCursor$5, com.mongodb.async.SingleResultCallback, com.mongodb.operation.AsyncChangeStreamBatchCursor$AsyncBlock, boolean);
    descriptor: (Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$5;Lcom/mongodb/async/SingleResultCallback;Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$AsyncBlock;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // com.mongodb.operation.AsyncChangeStreamBatchCursor$5$1 this
         0: .line 233
            aload 0 /* this */
            aload 1
            putfield com.mongodb.operation.AsyncChangeStreamBatchCursor$5$1.this$1:Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$5;
            aload 0 /* this */
            aload 2
            putfield com.mongodb.operation.AsyncChangeStreamBatchCursor$5$1.val$callback:Lcom/mongodb/async/SingleResultCallback;
            aload 0 /* this */
            aload 3
            putfield com.mongodb.operation.AsyncChangeStreamBatchCursor$5$1.val$asyncBlock:Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$AsyncBlock;
            aload 0 /* this */
            iload 4
            putfield com.mongodb.operation.AsyncChangeStreamBatchCursor$5$1.val$tryNext:Z
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.mongodb.operation.AsyncChangeStreamBatchCursor$5$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$5$1;
    MethodParameters:
                Name  Flags
      this$0          final
      val$callback    final
      val$asyncBlock  final
      val$tryNext     final

  public void onResult(com.mongodb.async.AsyncBatchCursor<T>, java.lang.Throwable);
    descriptor: (Lcom/mongodb/async/AsyncBatchCursor;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.mongodb.operation.AsyncChangeStreamBatchCursor$5$1 this
        start local 1 // com.mongodb.async.AsyncBatchCursor result
        start local 2 // java.lang.Throwable t
         0: .line 236
            aload 2 /* t */
            ifnull 3
         1: .line 237
            aload 0 /* this */
            getfield com.mongodb.operation.AsyncChangeStreamBatchCursor$5$1.val$callback:Lcom/mongodb/async/SingleResultCallback;
            aconst_null
            aload 2 /* t */
            invokeinterface com.mongodb.async.SingleResultCallback.onResult:(Ljava/lang/Object;Ljava/lang/Throwable;)V
         2: .line 238
            goto 6
         3: .line 239
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.mongodb.operation.AsyncChangeStreamBatchCursor$5$1.this$1:Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$5;
            invokestatic com.mongodb.operation.AsyncChangeStreamBatchCursor$5.access$0:(Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$5;)Lcom/mongodb/operation/AsyncChangeStreamBatchCursor;
            aload 1 /* result */
            checkcast com.mongodb.operation.AsyncChangeStreamBatchCursor
            invokevirtual com.mongodb.operation.AsyncChangeStreamBatchCursor.getWrapped:()Lcom/mongodb/async/AsyncAggregateResponseBatchCursor;
            putfield com.mongodb.operation.AsyncChangeStreamBatchCursor.wrapped:Lcom/mongodb/async/AsyncAggregateResponseBatchCursor;
         4: .line 240
            aload 0 /* this */
            getfield com.mongodb.operation.AsyncChangeStreamBatchCursor$5$1.this$1:Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$5;
            invokestatic com.mongodb.operation.AsyncChangeStreamBatchCursor$5.access$0:(Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$5;)Lcom/mongodb/operation/AsyncChangeStreamBatchCursor;
            getfield com.mongodb.operation.AsyncChangeStreamBatchCursor.binding:Lcom/mongodb/binding/AsyncReadBinding;
            invokeinterface com.mongodb.binding.AsyncReadBinding.release:()V
         5: .line 241
            aload 0 /* this */
            getfield com.mongodb.operation.AsyncChangeStreamBatchCursor$5$1.this$1:Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$5;
            invokestatic com.mongodb.operation.AsyncChangeStreamBatchCursor$5.access$0:(Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$5;)Lcom/mongodb/operation/AsyncChangeStreamBatchCursor;
            aload 0 /* this */
            getfield com.mongodb.operation.AsyncChangeStreamBatchCursor$5$1.val$asyncBlock:Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$AsyncBlock;
            aload 0 /* this */
            getfield com.mongodb.operation.AsyncChangeStreamBatchCursor$5$1.val$callback:Lcom/mongodb/async/SingleResultCallback;
            aload 0 /* this */
            getfield com.mongodb.operation.AsyncChangeStreamBatchCursor$5$1.val$tryNext:Z
            invokevirtual com.mongodb.operation.AsyncChangeStreamBatchCursor.resumeableOperation:(Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$AsyncBlock;Lcom/mongodb/async/SingleResultCallback;Z)V
         6: .line 243
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Throwable t
        end local 1 // com.mongodb.async.AsyncBatchCursor result
        end local 0 // com.mongodb.operation.AsyncChangeStreamBatchCursor$5$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$5$1;
            0    7     1  result  Lcom/mongodb/async/AsyncBatchCursor<TT;>;
            0    7     2       t  Ljava/lang/Throwable;
    Signature: (Lcom/mongodb/async/AsyncBatchCursor<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.async.AsyncBatchCursor
            aload 2
            invokevirtual com.mongodb.operation.AsyncChangeStreamBatchCursor$5$1.onResult:(Lcom/mongodb/async/AsyncBatchCursor;Ljava/lang/Throwable;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/mongodb/async/SingleResultCallback<Lcom/mongodb/async/AsyncBatchCursor<TT;>;>;
SourceFile: "AsyncChangeStreamBatchCursor.java"
EnclosingMethod: com.mongodb.operation.AsyncChangeStreamBatchCursor$5.call:(Lcom/mongodb/binding/AsyncConnectionSource;Ljava/lang/Throwable;)V
NestHost: com.mongodb.operation.AsyncChangeStreamBatchCursor
InnerClasses:
  com.mongodb.operation.AsyncChangeStreamBatchCursor$5
  com.mongodb.operation.AsyncChangeStreamBatchCursor$5$1
  private abstract AsyncBlock = com.mongodb.operation.AsyncChangeStreamBatchCursor$AsyncBlock of com.mongodb.operation.AsyncChangeStreamBatchCursor