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

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

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

  public java.lang.Boolean call(com.mongodb.connection.Connection);
    descriptor: (Lcom/mongodb/connection/Connection;)Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.mongodb.operation.UserExistsOperation$1 this
        start local 1 // com.mongodb.connection.Connection connection
         0: .line 93
            aload 0 /* this */
            getfield com.mongodb.operation.UserExistsOperation$1.val$binding:Lcom/mongodb/binding/ReadBinding;
            aload 0 /* this */
            getfield com.mongodb.operation.UserExistsOperation$1.this$0:Lcom/mongodb/operation/UserExistsOperation;
            getfield com.mongodb.operation.UserExistsOperation.databaseName:Ljava/lang/String;
            aload 0 /* this */
            getfield com.mongodb.operation.UserExistsOperation$1.this$0:Lcom/mongodb/operation/UserExistsOperation;
            invokevirtual com.mongodb.operation.UserExistsOperation.getCommandCreator:()Lcom/mongodb/operation/CommandOperationHelper$CommandCreator;
            aload 0 /* this */
            getfield com.mongodb.operation.UserExistsOperation$1.this$0:Lcom/mongodb/operation/UserExistsOperation;
            invokevirtual com.mongodb.operation.UserExistsOperation.transformer:()Lcom/mongodb/operation/CommandOperationHelper$CommandReadTransformer;
            aload 0 /* this */
            getfield com.mongodb.operation.UserExistsOperation$1.this$0:Lcom/mongodb/operation/UserExistsOperation;
            getfield com.mongodb.operation.UserExistsOperation.retryReads:Z
            invokestatic com.mongodb.operation.CommandOperationHelper.executeCommand:(Lcom/mongodb/binding/ReadBinding;Ljava/lang/String;Lcom/mongodb/operation/CommandOperationHelper$CommandCreator;Lcom/mongodb/operation/CommandOperationHelper$CommandReadTransformer;Z)Ljava/lang/Object;
            checkcast java.lang.Boolean
            areturn
        end local 1 // com.mongodb.connection.Connection connection
        end local 0 // com.mongodb.operation.UserExistsOperation$1 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/mongodb/operation/UserExistsOperation$1;
            0    1     1  connection  Lcom/mongodb/connection/Connection;
    MethodParameters:
            Name  Flags
      connection  final

  public java.lang.Object call(com.mongodb.connection.Connection);
    descriptor: (Lcom/mongodb/connection/Connection;)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.UserExistsOperation$1.call:(Lcom/mongodb/connection/Connection;)Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/mongodb/operation/OperationHelper$CallableWithConnection<Ljava/lang/Boolean;>;
SourceFile: "UserExistsOperation.java"
EnclosingMethod: com.mongodb.operation.UserExistsOperation.execute:(Lcom/mongodb/binding/ReadBinding;)Ljava/lang/Boolean;
NestHost: com.mongodb.operation.UserExistsOperation
InnerClasses:
  abstract CommandCreator = com.mongodb.operation.CommandOperationHelper$CommandCreator of com.mongodb.operation.CommandOperationHelper
  abstract CommandReadTransformer = com.mongodb.operation.CommandOperationHelper$CommandReadTransformer of com.mongodb.operation.CommandOperationHelper
  abstract CallableWithConnection = com.mongodb.operation.OperationHelper$CallableWithConnection of com.mongodb.operation.OperationHelper
  com.mongodb.operation.UserExistsOperation$1