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

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

  public void onResult(TResult, java.lang.Throwable);
    descriptor: (Ljava/lang/Object;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // com.mongodb.async.client.SingleResultCallbackSubscription$1 this
        start local 1 // java.lang.Object result
        start local 2 // java.lang.Throwable t
         0: .line 41
            aload 2 /* t */
            ifnull 3
         1: .line 42
            aload 0 /* this */
            getfield com.mongodb.async.client.SingleResultCallbackSubscription$1.this$0:Lcom/mongodb/async/client/SingleResultCallbackSubscription;
            aload 2 /* t */
            invokevirtual com.mongodb.async.client.SingleResultCallbackSubscription.onError:(Ljava/lang/Throwable;)V
         2: .line 43
            goto 11
         3: .line 44
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.mongodb.async.client.SingleResultCallbackSubscription$1.this$0:Lcom/mongodb/async/client/SingleResultCallbackSubscription;
            aload 1 /* result */
            invokevirtual com.mongodb.async.client.SingleResultCallbackSubscription.addToQueue:(Ljava/lang/Object;)V
         4: .line 45
            aload 0 /* this */
            getfield com.mongodb.async.client.SingleResultCallbackSubscription$1.this$0:Lcom/mongodb/async/client/SingleResultCallbackSubscription;
            dup
            astore 3
            monitorenter
         5: .line 46
            aload 0 /* this */
            getfield com.mongodb.async.client.SingleResultCallbackSubscription$1.this$0:Lcom/mongodb/async/client/SingleResultCallbackSubscription;
            iconst_1
            putfield com.mongodb.async.client.SingleResultCallbackSubscription.completed:Z
         6: .line 45
            aload 3
            monitorexit
         7: goto 10
      StackMap locals: com.mongodb.async.client.SingleResultCallbackSubscription$1 java.lang.Object java.lang.Throwable com.mongodb.async.client.SingleResultCallbackSubscription
      StackMap stack: java.lang.Throwable
         8: aload 3
            monitorexit
         9: athrow
        10: .line 48
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.mongodb.async.client.SingleResultCallbackSubscription$1.this$0:Lcom/mongodb/async/client/SingleResultCallbackSubscription;
            invokevirtual com.mongodb.async.client.SingleResultCallbackSubscription.tryProcessResultsQueue:()V
        11: .line 50
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Throwable t
        end local 1 // java.lang.Object result
        end local 0 // com.mongodb.async.client.SingleResultCallbackSubscription$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lcom/mongodb/async/client/SingleResultCallbackSubscription$1;
            0   12     1  result  TTResult;
            0   12     2       t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           5     7       8  any
           8     9       8  any
    Signature: (TTResult;Ljava/lang/Throwable;)V
    MethodParameters:
        Name  Flags
      result  final
      t       final
}
Signature: Ljava/lang/Object;Lcom/mongodb/async/SingleResultCallback<TTResult;>;
SourceFile: "SingleResultCallbackSubscription.java"
EnclosingMethod: com.mongodb.async.client.SingleResultCallbackSubscription.requestInitialData:()V
NestHost: com.mongodb.async.client.SingleResultCallbackSubscription
InnerClasses:
  com.mongodb.async.client.SingleResultCallbackSubscription$1