class io.vertx.reactivex.impl.AsyncResultMaybe$1 implements io.reactivex.disposables.Disposable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.reactivex.impl.AsyncResultMaybe$1
super_class: java.lang.Object
{
final io.vertx.reactivex.impl.AsyncResultMaybe this$0;
descriptor: Lio/vertx/reactivex/impl/AsyncResultMaybe;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final java.util.concurrent.atomic.AtomicBoolean val$disposed;
descriptor: Ljava/util/concurrent/atomic/AtomicBoolean;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(io.vertx.reactivex.impl.AsyncResultMaybe, java.util.concurrent.atomic.AtomicBoolean);
descriptor: (Lio/vertx/reactivex/impl/AsyncResultMaybe;Ljava/util/concurrent/atomic/AtomicBoolean;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield io.vertx.reactivex.impl.AsyncResultMaybe$1.this$0:Lio/vertx/reactivex/impl/AsyncResultMaybe;
aload 0
aload 2
putfield io.vertx.reactivex.impl.AsyncResultMaybe$1.val$disposed:Ljava/util/concurrent/atomic/AtomicBoolean;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/reactivex/impl/AsyncResultMaybe$1;
MethodParameters:
Name Flags
this$0 final
val$disposed final
public void dispose();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.impl.AsyncResultMaybe$1.val$disposed:Ljava/util/concurrent/atomic/AtomicBoolean;
iconst_1
invokevirtual java.util.concurrent.atomic.AtomicBoolean.set:(Z)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/impl/AsyncResultMaybe$1;
public boolean isDisposed();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.impl.AsyncResultMaybe$1.val$disposed:Ljava/util/concurrent/atomic/AtomicBoolean;
invokevirtual java.util.concurrent.atomic.AtomicBoolean.get:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/reactivex/impl/AsyncResultMaybe$1;
}
SourceFile: "AsyncResultMaybe.java"
EnclosingMethod: io.vertx.reactivex.impl.AsyncResultMaybe.subscribeActual:(Lio/reactivex/MaybeObserver;)V
NestHost: io.vertx.reactivex.impl.AsyncResultMaybe
InnerClasses:
io.vertx.reactivex.impl.AsyncResultMaybe$1