class io.vertx.reactivex.impl.ObservableReadStream$Subscription implements io.reactivex.disposables.Disposable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.reactivex.impl.ObservableReadStream$Subscription
super_class: java.lang.Object
{
private static final int SUBSCRIBED;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
private static final int DISPOSED;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 2
private java.util.concurrent.atomic.AtomicInteger status;
descriptor: Ljava/util/concurrent/atomic/AtomicInteger;
flags: (0x0002) ACC_PRIVATE
private final io.reactivex.Observer<? super U> observer;
descriptor: Lio/reactivex/Observer;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lio/reactivex/Observer<-TU;>;
final io.vertx.reactivex.impl.ObservableReadStream this$0;
descriptor: Lio/vertx/reactivex/impl/ObservableReadStream;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(io.reactivex.Observer<? super U>);
descriptor: (Lio/vertx/reactivex/impl/ObservableReadStream;Lio/reactivex/Observer;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield io.vertx.reactivex.impl.ObservableReadStream$Subscription.this$0:Lio/vertx/reactivex/impl/ObservableReadStream;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new java.util.concurrent.atomic.AtomicInteger
dup
invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
putfield io.vertx.reactivex.impl.ObservableReadStream$Subscription.status:Ljava/util/concurrent/atomic/AtomicInteger;
2: aload 0
aload 2
putfield io.vertx.reactivex.impl.ObservableReadStream$Subscription.observer:Lio/reactivex/Observer;
3: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/reactivex/impl/ObservableReadStream$Subscription;
0 4 2 observer Lio/reactivex/Observer<-TU;>;
Signature: (Lio/reactivex/Observer<-TU;>;)V
MethodParameters:
Name Flags
this$0 final
observer
private boolean cancel();
descriptor: ()Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=1
start local 0 0: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.reactivex.impl.ObservableReadStream$Subscription.status:Ljava/util/concurrent/atomic/AtomicInteger;
invokevirtual java.util.concurrent.atomic.AtomicInteger.get:()I
istore 1
start local 1 1: iload 1
iconst_2
iand
ifeq 3
2: iconst_0
ireturn
3: StackMap locals: int
StackMap stack:
iload 1
iconst_2
ior
istore 2
start local 2 4: aload 0
getfield io.vertx.reactivex.impl.ObservableReadStream$Subscription.status:Ljava/util/concurrent/atomic/AtomicInteger;
iload 1
iload 2
invokevirtual java.util.concurrent.atomic.AtomicInteger.compareAndSet:(II)Z
ifeq 0
5: iload 2
iconst_1
iand
ifeq 7
6: aload 0
invokevirtual io.vertx.reactivex.impl.ObservableReadStream$Subscription.unset:()V
7: StackMap locals: int
StackMap stack:
iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/vertx/reactivex/impl/ObservableReadStream$Subscription;
1 8 1 current I
4 8 2 next I
private void set();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.impl.ObservableReadStream$Subscription.this$0:Lio/vertx/reactivex/impl/ObservableReadStream;
getfield io.vertx.reactivex.impl.ObservableReadStream.stream:Lio/vertx/core/streams/ReadStream;
aload 0
invokedynamic handle(Lio/vertx/reactivex/impl/ObservableReadStream$Subscription;)Lio/vertx/core/Handler;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)V
io/vertx/reactivex/impl/ObservableReadStream$Subscription.lambda$0(Ljava/lang/Void;)V (7)
(Ljava/lang/Void;)V
invokeinterface io.vertx.core.streams.ReadStream.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
pop
1: aload 0
getfield io.vertx.reactivex.impl.ObservableReadStream$Subscription.this$0:Lio/vertx/reactivex/impl/ObservableReadStream;
getfield io.vertx.reactivex.impl.ObservableReadStream.stream:Lio/vertx/core/streams/ReadStream;
aload 0
invokedynamic handle(Lio/vertx/reactivex/impl/ObservableReadStream$Subscription;)Lio/vertx/core/Handler;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)V
io/vertx/reactivex/impl/ObservableReadStream$Subscription.lambda$1(Ljava/lang/Throwable;)V (7)
(Ljava/lang/Throwable;)V
invokeinterface io.vertx.core.streams.ReadStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
pop
2: aload 0
getfield io.vertx.reactivex.impl.ObservableReadStream$Subscription.this$0:Lio/vertx/reactivex/impl/ObservableReadStream;
getfield io.vertx.reactivex.impl.ObservableReadStream.stream:Lio/vertx/core/streams/ReadStream;
aload 0
invokedynamic handle(Lio/vertx/reactivex/impl/ObservableReadStream$Subscription;)Lio/vertx/core/Handler;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)V
io/vertx/reactivex/impl/ObservableReadStream$Subscription.lambda$2(Ljava/lang/Object;)V (7)
(Ljava/lang/Object;)V
invokeinterface io.vertx.core.streams.ReadStream.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
pop
3: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.reactivex.impl.ObservableReadStream$Subscription.status:Ljava/util/concurrent/atomic/AtomicInteger;
invokevirtual java.util.concurrent.atomic.AtomicInteger.get:()I
istore 1
start local 1 4: iload 1
iconst_1
ior
istore 2
start local 2 5: aload 0
getfield io.vertx.reactivex.impl.ObservableReadStream$Subscription.status:Ljava/util/concurrent/atomic/AtomicInteger;
iload 1
iload 2
invokevirtual java.util.concurrent.atomic.AtomicInteger.compareAndSet:(II)Z
ifeq 3
6: iload 1
iconst_2
iand
ifeq 8
7: aload 0
invokevirtual io.vertx.reactivex.impl.ObservableReadStream$Subscription.unset:()V
end local 2 end local 1 8: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/vertx/reactivex/impl/ObservableReadStream$Subscription;
4 8 1 current I
5 8 2 next I
private void unset();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.impl.ObservableReadStream$Subscription.this$0:Lio/vertx/reactivex/impl/ObservableReadStream;
getfield io.vertx.reactivex.impl.ObservableReadStream.stream:Lio/vertx/core/streams/ReadStream;
aconst_null
invokeinterface io.vertx.core.streams.ReadStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
pop
1: aload 0
getfield io.vertx.reactivex.impl.ObservableReadStream$Subscription.this$0:Lio/vertx/reactivex/impl/ObservableReadStream;
getfield io.vertx.reactivex.impl.ObservableReadStream.stream:Lio/vertx/core/streams/ReadStream;
aconst_null
invokeinterface io.vertx.core.streams.ReadStream.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
pop
2: aload 0
getfield io.vertx.reactivex.impl.ObservableReadStream$Subscription.this$0:Lio/vertx/reactivex/impl/ObservableReadStream;
getfield io.vertx.reactivex.impl.ObservableReadStream.stream:Lio/vertx/core/streams/ReadStream;
aconst_null
invokeinterface io.vertx.core.streams.ReadStream.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
pop
3: aload 0
getfield io.vertx.reactivex.impl.ObservableReadStream$Subscription.this$0:Lio/vertx/reactivex/impl/ObservableReadStream;
getfield io.vertx.reactivex.impl.ObservableReadStream.observer:Ljava/util/concurrent/atomic/AtomicReference;
aconst_null
invokevirtual java.util.concurrent.atomic.AtomicReference.set:(Ljava/lang/Object;)V
4: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/reactivex/impl/ObservableReadStream$Subscription;
public void dispose();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.vertx.reactivex.impl.ObservableReadStream$Subscription.cancel:()Z
pop
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/impl/ObservableReadStream$Subscription;
public boolean isDisposed();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.impl.ObservableReadStream$Subscription.status:Ljava/util/concurrent/atomic/AtomicInteger;
invokevirtual java.util.concurrent.atomic.AtomicInteger.get:()I
iconst_2
iand
ifeq 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/impl/ObservableReadStream$Subscription;
private void lambda$0(java.lang.Void);
descriptor: (Ljava/lang/Void;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.vertx.reactivex.impl.ObservableReadStream$Subscription.cancel:()Z
ifeq 2
1: aload 0
getfield io.vertx.reactivex.impl.ObservableReadStream$Subscription.observer:Lio/reactivex/Observer;
invokeinterface io.reactivex.Observer.onComplete:()V
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/reactivex/impl/ObservableReadStream$Subscription;
0 3 1 v Ljava/lang/Void;
private void lambda$1(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.vertx.reactivex.impl.ObservableReadStream$Subscription.cancel:()Z
ifeq 2
1: aload 0
getfield io.vertx.reactivex.impl.ObservableReadStream$Subscription.observer:Lio/reactivex/Observer;
aload 1
invokeinterface io.reactivex.Observer.onError:(Ljava/lang/Throwable;)V
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/reactivex/impl/ObservableReadStream$Subscription;
0 3 1 err Ljava/lang/Throwable;
private void lambda$2(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.reactivex.impl.ObservableReadStream$Subscription.observer:Lio/reactivex/Observer;
aload 0
getfield io.vertx.reactivex.impl.ObservableReadStream$Subscription.this$0:Lio/vertx/reactivex/impl/ObservableReadStream;
getfield io.vertx.reactivex.impl.ObservableReadStream.f:Ljava/util/function/Function;
aload 1
invokeinterface java.util.function.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
invokeinterface io.reactivex.Observer.onNext:(Ljava/lang/Object;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/impl/ObservableReadStream$Subscription;
0 2 1 item TT;
}
SourceFile: "ObservableReadStream.java"
NestHost: io.vertx.reactivex.impl.ObservableReadStream
InnerClasses:
Subscription = io.vertx.reactivex.impl.ObservableReadStream$Subscription of io.vertx.reactivex.impl.ObservableReadStream
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles