class com.mongodb.operation.MixedBulkWriteOperation$5 implements com.mongodb.async.SingleResultCallback<com.mongodb.WriteConcernResult>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.mongodb.operation.MixedBulkWriteOperation$5
  super_class: java.lang.Object
{
  final com.mongodb.operation.MixedBulkWriteOperation this$0;
    descriptor: Lcom/mongodb/operation/MixedBulkWriteOperation;
    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.connection.AsyncConnection val$connection;
    descriptor: Lcom/mongodb/connection/AsyncConnection;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.util.List val$remaining;
    descriptor: Ljava/util/List;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$batchNum;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.mongodb.operation.MixedBulkWriteOperation, com.mongodb.async.SingleResultCallback, com.mongodb.connection.AsyncConnection, java.util.List, int);
    descriptor: (Lcom/mongodb/operation/MixedBulkWriteOperation;Lcom/mongodb/async/SingleResultCallback;Lcom/mongodb/connection/AsyncConnection;Ljava/util/List;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // com.mongodb.operation.MixedBulkWriteOperation$5 this
         0: .line 408
            aload 0 /* this */
            aload 1
            putfield com.mongodb.operation.MixedBulkWriteOperation$5.this$0:Lcom/mongodb/operation/MixedBulkWriteOperation;
            aload 0 /* this */
            aload 2
            putfield com.mongodb.operation.MixedBulkWriteOperation$5.val$callback:Lcom/mongodb/async/SingleResultCallback;
            aload 0 /* this */
            aload 3
            putfield com.mongodb.operation.MixedBulkWriteOperation$5.val$connection:Lcom/mongodb/connection/AsyncConnection;
            aload 0 /* this */
            aload 4
            putfield com.mongodb.operation.MixedBulkWriteOperation$5.val$remaining:Ljava/util/List;
            aload 0 /* this */
            iload 5
            putfield com.mongodb.operation.MixedBulkWriteOperation$5.val$batchNum:I
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.mongodb.operation.MixedBulkWriteOperation$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/operation/MixedBulkWriteOperation$5;
    MethodParameters:
                Name  Flags
      this$0          final
      val$callback    final
      val$connection  final
      val$remaining   final
      val$batchNum    final

  public void onResult(com.mongodb.WriteConcernResult, java.lang.Throwable);
    descriptor: (Lcom/mongodb/WriteConcernResult;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.mongodb.operation.MixedBulkWriteOperation$5 this
        start local 1 // com.mongodb.WriteConcernResult result
        start local 2 // java.lang.Throwable t
         0: .line 411
            aload 2 /* t */
            ifnull 3
         1: .line 412
            aload 0 /* this */
            getfield com.mongodb.operation.MixedBulkWriteOperation$5.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 413
            goto 4
         3: .line 414
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.mongodb.operation.MixedBulkWriteOperation$5.this$0:Lcom/mongodb/operation/MixedBulkWriteOperation;
            aload 0 /* this */
            getfield com.mongodb.operation.MixedBulkWriteOperation$5.val$connection:Lcom/mongodb/connection/AsyncConnection;
            aload 0 /* this */
            getfield com.mongodb.operation.MixedBulkWriteOperation$5.val$remaining:Ljava/util/List;
            aload 0 /* this */
            getfield com.mongodb.operation.MixedBulkWriteOperation$5.val$batchNum:I
            iconst_1
            iadd
            aload 0 /* this */
            getfield com.mongodb.operation.MixedBulkWriteOperation$5.val$callback:Lcom/mongodb/async/SingleResultCallback;
            invokevirtual com.mongodb.operation.MixedBulkWriteOperation.executeLegacyBatchesAsync:(Lcom/mongodb/connection/AsyncConnection;Ljava/util/List;ILcom/mongodb/async/SingleResultCallback;)V
         4: .line 416
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Throwable t
        end local 1 // com.mongodb.WriteConcernResult result
        end local 0 // com.mongodb.operation.MixedBulkWriteOperation$5 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/mongodb/operation/MixedBulkWriteOperation$5;
            0    5     1  result  Lcom/mongodb/WriteConcernResult;
            0    5     2       t  Ljava/lang/Throwable;
    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.WriteConcernResult
            aload 2
            invokevirtual com.mongodb.operation.MixedBulkWriteOperation$5.onResult:(Lcom/mongodb/WriteConcernResult;Ljava/lang/Throwable;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/mongodb/async/SingleResultCallback<Lcom/mongodb/WriteConcernResult;>;
SourceFile: "MixedBulkWriteOperation.java"
EnclosingMethod: com.mongodb.operation.MixedBulkWriteOperation.executeLegacyBatchesAsync:(Lcom/mongodb/connection/AsyncConnection;Ljava/util/List;ILcom/mongodb/async/SingleResultCallback;)V
NestHost: com.mongodb.operation.MixedBulkWriteOperation
InnerClasses:
  com.mongodb.operation.MixedBulkWriteOperation$5