class com.mongodb.operation.ChangeStreamBatchCursor$4 implements com.mongodb.operation.OperationHelper$CallableWithSource<java.lang.Void>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.mongodb.operation.ChangeStreamBatchCursor$4
  super_class: java.lang.Object
{
  final com.mongodb.operation.ChangeStreamBatchCursor this$0;
    descriptor: Lcom/mongodb/operation/ChangeStreamBatchCursor;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public java.lang.Void call(com.mongodb.binding.ConnectionSource);
    descriptor: (Lcom/mongodb/binding/ConnectionSource;)Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.mongodb.operation.ChangeStreamBatchCursor$4 this
        start local 1 // com.mongodb.binding.ConnectionSource source
         0: .line 177
            aload 0 /* this */
            getfield com.mongodb.operation.ChangeStreamBatchCursor$4.this$0:Lcom/mongodb/operation/ChangeStreamBatchCursor;
            getfield com.mongodb.operation.ChangeStreamBatchCursor.changeStreamOperation:Lcom/mongodb/operation/ChangeStreamOperation;
            aload 0 /* this */
            getfield com.mongodb.operation.ChangeStreamBatchCursor$4.this$0:Lcom/mongodb/operation/ChangeStreamBatchCursor;
            getfield com.mongodb.operation.ChangeStreamBatchCursor.resumeToken:Lorg/bson/BsonDocument;
            aload 1 /* source */
            invokeinterface com.mongodb.binding.ConnectionSource.getServerDescription:()Lcom/mongodb/connection/ServerDescription;
            invokevirtual com.mongodb.connection.ServerDescription.getMaxWireVersion:()I
            invokevirtual com.mongodb.operation.ChangeStreamOperation.setChangeStreamOptionsForResume:(Lorg/bson/BsonDocument;I)V
         1: .line 178
            aconst_null
            areturn
        end local 1 // com.mongodb.binding.ConnectionSource source
        end local 0 // com.mongodb.operation.ChangeStreamBatchCursor$4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/mongodb/operation/ChangeStreamBatchCursor$4;
            0    2     1  source  Lcom/mongodb/binding/ConnectionSource;
    MethodParameters:
        Name  Flags
      source  final

  public java.lang.Object call(com.mongodb.binding.ConnectionSource);
    descriptor: (Lcom/mongodb/binding/ConnectionSource;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.mongodb.operation.ChangeStreamBatchCursor$4.call:(Lcom/mongodb/binding/ConnectionSource;)Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/mongodb/operation/OperationHelper$CallableWithSource<Ljava/lang/Void;>;
SourceFile: "ChangeStreamBatchCursor.java"
EnclosingMethod: com.mongodb.operation.ChangeStreamBatchCursor.resumeableOperation:(Lcom/mongodb/Function;)Ljava/lang/Object;
NestHost: com.mongodb.operation.ChangeStreamBatchCursor
InnerClasses:
  com.mongodb.operation.ChangeStreamBatchCursor$4
  abstract CallableWithSource = com.mongodb.operation.OperationHelper$CallableWithSource of com.mongodb.operation.OperationHelper