final class io.reactivex.internal.operators.maybe.MaybeDelayOtherPublisher$DelayMaybeObserver<T, U> implements io.reactivex.MaybeObserver<T>, io.reactivex.disposables.Disposable
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.maybe.MaybeDelayOtherPublisher$DelayMaybeObserver
super_class: java.lang.Object
{
final io.reactivex.internal.operators.maybe.MaybeDelayOtherPublisher$OtherSubscriber<T> other;
descriptor: Lio/reactivex/internal/operators/maybe/MaybeDelayOtherPublisher$OtherSubscriber;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/internal/operators/maybe/MaybeDelayOtherPublisher$OtherSubscriber<TT;>;
final org.reactivestreams.Publisher<U> otherSource;
descriptor: Lorg/reactivestreams/Publisher;
flags: (0x0010) ACC_FINAL
Signature: Lorg/reactivestreams/Publisher<TU;>;
io.reactivex.disposables.Disposable upstream;
descriptor: Lio/reactivex/disposables/Disposable;
flags: (0x0000)
void <init>(io.reactivex.MaybeObserver<? super T>, org.reactivestreams.Publisher<U>);
descriptor: (Lio/reactivex/MaybeObserver;Lorg/reactivestreams/Publisher;)V
flags: (0x0000)
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new io.reactivex.internal.operators.maybe.MaybeDelayOtherPublisher$OtherSubscriber
dup
aload 1
invokespecial io.reactivex.internal.operators.maybe.MaybeDelayOtherPublisher$OtherSubscriber.<init>:(Lio/reactivex/MaybeObserver;)V
putfield io.reactivex.internal.operators.maybe.MaybeDelayOtherPublisher$DelayMaybeObserver.other:Lio/reactivex/internal/operators/maybe/MaybeDelayOtherPublisher$OtherSubscriber;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.maybe.MaybeDelayOtherPublisher$DelayMaybeObserver.otherSource:Lorg/reactivestreams/Publisher;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/maybe/MaybeDelayOtherPublisher$DelayMaybeObserver<TT;TU;>;
0 4 1 actual Lio/reactivex/MaybeObserver<-TT;>;
0 4 2 otherSource Lorg/reactivestreams/Publisher<TU;>;
Signature: (Lio/reactivex/MaybeObserver<-TT;>;Lorg/reactivestreams/Publisher<TU;>;)V
MethodParameters:
Name Flags
actual
otherSource
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.reactivex.internal.operators.maybe.MaybeDelayOtherPublisher$DelayMaybeObserver.upstream:Lio/reactivex/disposables/Disposable;
invokeinterface io.reactivex.disposables.Disposable.dispose:()V
1: aload 0
getstatic io.reactivex.internal.disposables.DisposableHelper.DISPOSED:Lio/reactivex/internal/disposables/DisposableHelper;
putfield io.reactivex.internal.operators.maybe.MaybeDelayOtherPublisher$DelayMaybeObserver.upstream:Lio/reactivex/disposables/Disposable;
2: aload 0
getfield io.reactivex.internal.operators.maybe.MaybeDelayOtherPublisher$DelayMaybeObserver.other:Lio/reactivex/internal/operators/maybe/MaybeDelayOtherPublisher$OtherSubscriber;
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.cancel:(Ljava/util/concurrent/atomic/AtomicReference;)Z
pop
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/maybe/MaybeDelayOtherPublisher$DelayMaybeObserver<TT;TU;>;
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.reactivex.internal.operators.maybe.MaybeDelayOtherPublisher$DelayMaybeObserver.other:Lio/reactivex/internal/operators/maybe/MaybeDelayOtherPublisher$OtherSubscriber;
invokevirtual io.reactivex.internal.operators.maybe.MaybeDelayOtherPublisher$OtherSubscriber.get:()Ljava/lang/Object;
getstatic io.reactivex.internal.subscriptions.SubscriptionHelper.CANCELLED:Lio/reactivex/internal/subscriptions/SubscriptionHelper;
if_acmpne 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/reactivex/internal/operators/maybe/MaybeDelayOtherPublisher$DelayMaybeObserver<TT;TU;>;
public void onSubscribe(io.reactivex.disposables.Disposable);
descriptor: (Lio/reactivex/disposables/Disposable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.maybe.MaybeDelayOtherPublisher$DelayMaybeObserver.upstream:Lio/reactivex/disposables/Disposable;
aload 1
invokestatic io.reactivex.internal.disposables.DisposableHelper.validate:(Lio/reactivex/disposables/Disposable;Lio/reactivex/disposables/Disposable;)Z
ifeq 3
1: aload 0
aload 1
putfield io.reactivex.internal.operators.maybe.MaybeDelayOtherPublisher$DelayMaybeObserver.upstream:Lio/reactivex/disposables/Disposable;
2: aload 0
getfield io.reactivex.internal.operators.maybe.MaybeDelayOtherPublisher$DelayMaybeObserver.other:Lio/reactivex/internal/operators/maybe/MaybeDelayOtherPublisher$OtherSubscriber;
getfield io.reactivex.internal.operators.maybe.MaybeDelayOtherPublisher$OtherSubscriber.downstream:Lio/reactivex/MaybeObserver;
aload 0
invokeinterface io.reactivex.MaybeObserver.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
3: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/maybe/MaybeDelayOtherPublisher$DelayMaybeObserver<TT;TU;>;
0 4 1 d Lio/reactivex/disposables/Disposable;
MethodParameters:
Name Flags
d
public void onSuccess();
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getstatic io.reactivex.internal.disposables.DisposableHelper.DISPOSED:Lio/reactivex/internal/disposables/DisposableHelper;
putfield io.reactivex.internal.operators.maybe.MaybeDelayOtherPublisher$DelayMaybeObserver.upstream:Lio/reactivex/disposables/Disposable;
1: aload 0
getfield io.reactivex.internal.operators.maybe.MaybeDelayOtherPublisher$DelayMaybeObserver.other:Lio/reactivex/internal/operators/maybe/MaybeDelayOtherPublisher$OtherSubscriber;
aload 1
putfield io.reactivex.internal.operators.maybe.MaybeDelayOtherPublisher$OtherSubscriber.value:Ljava/lang/Object;
2: aload 0
invokevirtual io.reactivex.internal.operators.maybe.MaybeDelayOtherPublisher$DelayMaybeObserver.subscribeNext:()V
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/maybe/MaybeDelayOtherPublisher$DelayMaybeObserver<TT;TU;>;
0 4 1 value TT;
Signature: (TT;)V
MethodParameters:
Name Flags
value
public void onError(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getstatic io.reactivex.internal.disposables.DisposableHelper.DISPOSED:Lio/reactivex/internal/disposables/DisposableHelper;
putfield io.reactivex.internal.operators.maybe.MaybeDelayOtherPublisher$DelayMaybeObserver.upstream:Lio/reactivex/disposables/Disposable;
1: aload 0
getfield io.reactivex.internal.operators.maybe.MaybeDelayOtherPublisher$DelayMaybeObserver.other:Lio/reactivex/internal/operators/maybe/MaybeDelayOtherPublisher$OtherSubscriber;
aload 1
putfield io.reactivex.internal.operators.maybe.MaybeDelayOtherPublisher$OtherSubscriber.error:Ljava/lang/Throwable;
2: aload 0
invokevirtual io.reactivex.internal.operators.maybe.MaybeDelayOtherPublisher$DelayMaybeObserver.subscribeNext:()V
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/maybe/MaybeDelayOtherPublisher$DelayMaybeObserver<TT;TU;>;
0 4 1 e Ljava/lang/Throwable;
MethodParameters:
Name Flags
e
public void onComplete();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getstatic io.reactivex.internal.disposables.DisposableHelper.DISPOSED:Lio/reactivex/internal/disposables/DisposableHelper;
putfield io.reactivex.internal.operators.maybe.MaybeDelayOtherPublisher$DelayMaybeObserver.upstream:Lio/reactivex/disposables/Disposable;
1: aload 0
invokevirtual io.reactivex.internal.operators.maybe.MaybeDelayOtherPublisher$DelayMaybeObserver.subscribeNext:()V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/maybe/MaybeDelayOtherPublisher$DelayMaybeObserver<TT;TU;>;
void subscribeNext();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.maybe.MaybeDelayOtherPublisher$DelayMaybeObserver.otherSource:Lorg/reactivestreams/Publisher;
aload 0
getfield io.reactivex.internal.operators.maybe.MaybeDelayOtherPublisher$DelayMaybeObserver.other:Lio/reactivex/internal/operators/maybe/MaybeDelayOtherPublisher$OtherSubscriber;
invokeinterface org.reactivestreams.Publisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/maybe/MaybeDelayOtherPublisher$DelayMaybeObserver<TT;TU;>;
}
Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>Ljava/lang/Object;Lio/reactivex/MaybeObserver<TT;>;Lio/reactivex/disposables/Disposable;
SourceFile: "MaybeDelayOtherPublisher.java"
NestHost: io.reactivex.internal.operators.maybe.MaybeDelayOtherPublisher
InnerClasses:
final DelayMaybeObserver = io.reactivex.internal.operators.maybe.MaybeDelayOtherPublisher$DelayMaybeObserver of io.reactivex.internal.operators.maybe.MaybeDelayOtherPublisher
final OtherSubscriber = io.reactivex.internal.operators.maybe.MaybeDelayOtherPublisher$OtherSubscriber of io.reactivex.internal.operators.maybe.MaybeDelayOtherPublisher