public final class io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher<T, U> extends io.reactivex.internal.operators.maybe.AbstractMaybeWithUpstream<T, T>
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher
super_class: io.reactivex.internal.operators.maybe.AbstractMaybeWithUpstream
{
final org.reactivestreams.Publisher<U> other;
descriptor: Lorg/reactivestreams/Publisher;
flags: (0x0010) ACC_FINAL
Signature: Lorg/reactivestreams/Publisher<TU;>;
final io.reactivex.MaybeSource<? extends T> fallback;
descriptor: Lio/reactivex/MaybeSource;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/MaybeSource<+TT;>;
public void <init>(io.reactivex.MaybeSource<T>, org.reactivestreams.Publisher<U>, io.reactivex.MaybeSource<? extends T>);
descriptor: (Lio/reactivex/MaybeSource;Lorg/reactivestreams/Publisher;Lio/reactivex/MaybeSource;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokespecial io.reactivex.internal.operators.maybe.AbstractMaybeWithUpstream.<init>:(Lio/reactivex/MaybeSource;)V
1: aload 0
aload 2
putfield io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher.other:Lorg/reactivestreams/Publisher;
2: aload 0
aload 3
putfield io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher.fallback:Lio/reactivex/MaybeSource;
3: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/maybe/MaybeTimeoutPublisher<TT;TU;>;
0 4 1 source Lio/reactivex/MaybeSource<TT;>;
0 4 2 other Lorg/reactivestreams/Publisher<TU;>;
0 4 3 fallback Lio/reactivex/MaybeSource<+TT;>;
Signature: (Lio/reactivex/MaybeSource<TT;>;Lorg/reactivestreams/Publisher<TU;>;Lio/reactivex/MaybeSource<+TT;>;)V
MethodParameters:
Name Flags
source
other
fallback
protected void subscribeActual(io.reactivex.MaybeObserver<? super T>);
descriptor: (Lio/reactivex/MaybeObserver;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: new io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher$TimeoutMainMaybeObserver
dup
aload 1
aload 0
getfield io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher.fallback:Lio/reactivex/MaybeSource;
invokespecial io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher$TimeoutMainMaybeObserver.<init>:(Lio/reactivex/MaybeObserver;Lio/reactivex/MaybeSource;)V
astore 2
start local 2 1: aload 1
aload 2
invokeinterface io.reactivex.MaybeObserver.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
2: aload 0
getfield io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher.other:Lorg/reactivestreams/Publisher;
aload 2
getfield io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher$TimeoutMainMaybeObserver.other:Lio/reactivex/internal/operators/maybe/MaybeTimeoutPublisher$TimeoutOtherMaybeObserver;
invokeinterface org.reactivestreams.Publisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
3: aload 0
getfield io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher.source:Lio/reactivex/MaybeSource;
aload 2
invokeinterface io.reactivex.MaybeSource.subscribe:(Lio/reactivex/MaybeObserver;)V
4: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/reactivex/internal/operators/maybe/MaybeTimeoutPublisher<TT;TU;>;
0 5 1 observer Lio/reactivex/MaybeObserver<-TT;>;
1 5 2 parent Lio/reactivex/internal/operators/maybe/MaybeTimeoutPublisher$TimeoutMainMaybeObserver<TT;TU;>;
Signature: (Lio/reactivex/MaybeObserver<-TT;>;)V
MethodParameters:
Name Flags
observer
}
Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>Lio/reactivex/internal/operators/maybe/AbstractMaybeWithUpstream<TT;TT;>;
SourceFile: "MaybeTimeoutPublisher.java"
NestMembers:
io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher$TimeoutFallbackMaybeObserver io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher$TimeoutMainMaybeObserver io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher$TimeoutOtherMaybeObserver
InnerClasses:
final TimeoutFallbackMaybeObserver = io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher$TimeoutFallbackMaybeObserver of io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher
final TimeoutMainMaybeObserver = io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher$TimeoutMainMaybeObserver of io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher
final TimeoutOtherMaybeObserver = io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher$TimeoutOtherMaybeObserver of io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher