class io.vertx.rx.java.ObservableFuture$HandlerAdapter<T> extends io.vertx.rx.java.ObservableOnSubscribeAdapter<T> implements io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.rx.java.ObservableFuture$HandlerAdapter
  super_class: io.vertx.rx.java.ObservableOnSubscribeAdapter
{
  private io.vertx.core.AsyncResult<T> buffered;
    descriptor: Lio/vertx/core/AsyncResult;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/AsyncResult<TT;>;

  private boolean subscribed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rx.java.ObservableFuture$HandlerAdapter this
         0: .line 12
            aload 0 /* this */
            invokespecial io.vertx.rx.java.ObservableOnSubscribeAdapter.<init>:()V
            return
        end local 0 // io.vertx.rx.java.ObservableFuture$HandlerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rx/java/ObservableFuture$HandlerAdapter<TT;>;

  public void onSubscribed();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.rx.java.ObservableFuture$HandlerAdapter this
         0: .line 19
            aload 0 /* this */
            getfield io.vertx.rx.java.ObservableFuture$HandlerAdapter.buffered:Lio/vertx/core/AsyncResult;
            astore 1 /* result */
        start local 1 // io.vertx.core.AsyncResult result
         1: .line 20
            aload 1 /* result */
            ifnull 5
         2: .line 21
            aload 0 /* this */
            aconst_null
            putfield io.vertx.rx.java.ObservableFuture$HandlerAdapter.buffered:Lio/vertx/core/AsyncResult;
         3: .line 22
            aload 0 /* this */
            aload 1 /* result */
            invokevirtual io.vertx.rx.java.ObservableFuture$HandlerAdapter.dispatch:(Lio/vertx/core/AsyncResult;)V
         4: .line 23
            goto 6
         5: .line 24
      StackMap locals: io.vertx.core.AsyncResult
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.vertx.rx.java.ObservableFuture$HandlerAdapter.subscribed:Z
         6: .line 26
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult result
        end local 0 // io.vertx.rx.java.ObservableFuture$HandlerAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lio/vertx/rx/java/ObservableFuture$HandlerAdapter<TT;>;
            1    7     1  result  Lio/vertx/core/AsyncResult<TT;>;

  public void handle(io.vertx.core.AsyncResult<T>);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rx.java.ObservableFuture$HandlerAdapter this
        start local 1 // io.vertx.core.AsyncResult event
         0: .line 30
            aload 0 /* this */
            getfield io.vertx.rx.java.ObservableFuture$HandlerAdapter.subscribed:Z
            ifeq 4
         1: .line 31
            aload 0 /* this */
            iconst_0
            putfield io.vertx.rx.java.ObservableFuture$HandlerAdapter.subscribed:Z
         2: .line 32
            aload 0 /* this */
            aload 1 /* event */
            invokevirtual io.vertx.rx.java.ObservableFuture$HandlerAdapter.dispatch:(Lio/vertx/core/AsyncResult;)V
         3: .line 33
            goto 5
         4: .line 34
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* event */
            putfield io.vertx.rx.java.ObservableFuture$HandlerAdapter.buffered:Lio/vertx/core/AsyncResult;
         5: .line 36
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult event
        end local 0 // io.vertx.rx.java.ObservableFuture$HandlerAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lio/vertx/rx/java/ObservableFuture$HandlerAdapter<TT;>;
            0    6     1  event  Lio/vertx/core/AsyncResult<TT;>;
    Signature: (Lio/vertx/core/AsyncResult<TT;>;)V
    MethodParameters:
       Name  Flags
      event  

  protected void onUnsubscribed();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.rx.java.ObservableFuture$HandlerAdapter this
         0: .line 40
            aload 0 /* this */
            iconst_0
            putfield io.vertx.rx.java.ObservableFuture$HandlerAdapter.subscribed:Z
         1: .line 41
            return
        end local 0 // io.vertx.rx.java.ObservableFuture$HandlerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rx/java/ObservableFuture$HandlerAdapter<TT;>;

  protected void dispatch(io.vertx.core.AsyncResult<T>);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rx.java.ObservableFuture$HandlerAdapter this
        start local 1 // io.vertx.core.AsyncResult event
         0: .line 44
            aload 1 /* event */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 4
         1: .line 45
            aload 0 /* this */
            aload 1 /* event */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            invokevirtual io.vertx.rx.java.ObservableFuture$HandlerAdapter.fireNext:(Ljava/lang/Object;)V
         2: .line 46
            aload 0 /* this */
            invokevirtual io.vertx.rx.java.ObservableFuture$HandlerAdapter.fireComplete:()V
         3: .line 47
            goto 5
         4: .line 48
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* event */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual io.vertx.rx.java.ObservableFuture$HandlerAdapter.fireError:(Ljava/lang/Throwable;)V
         5: .line 50
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult event
        end local 0 // io.vertx.rx.java.ObservableFuture$HandlerAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lio/vertx/rx/java/ObservableFuture$HandlerAdapter<TT;>;
            0    6     1  event  Lio/vertx/core/AsyncResult<TT;>;
    Signature: (Lio/vertx/core/AsyncResult<TT;>;)V
    MethodParameters:
       Name  Flags
      event  

  public void handle(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.AsyncResult
            invokevirtual io.vertx.rx.java.ObservableFuture$HandlerAdapter.handle:(Lio/vertx/core/AsyncResult;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Lio/vertx/rx/java/ObservableOnSubscribeAdapter<TT;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;
SourceFile: "ObservableFuture.java"
NestHost: io.vertx.rx.java.ObservableFuture
InnerClasses:
  private HandlerAdapter = io.vertx.rx.java.ObservableFuture$HandlerAdapter of io.vertx.rx.java.ObservableFuture