abstract class io.reactivex.internal.operators.maybe.AbstractMaybeWithUpstream<T, R> extends io.reactivex.Maybe<R> implements io.reactivex.internal.fuseable.HasUpstreamMaybeSource<T>
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: io.reactivex.internal.operators.maybe.AbstractMaybeWithUpstream
super_class: io.reactivex.Maybe
{
protected final io.reactivex.MaybeSource<T> source;
descriptor: Lio/reactivex/MaybeSource;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Signature: Lio/reactivex/MaybeSource<TT;>;
void <init>(io.reactivex.MaybeSource<T>);
descriptor: (Lio/reactivex/MaybeSource;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial io.reactivex.Maybe.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.maybe.AbstractMaybeWithUpstream.source:Lio/reactivex/MaybeSource;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/maybe/AbstractMaybeWithUpstream<TT;TR;>;
0 3 1 source Lio/reactivex/MaybeSource<TT;>;
Signature: (Lio/reactivex/MaybeSource<TT;>;)V
MethodParameters:
Name Flags
source
public final io.reactivex.MaybeSource<T> source();
descriptor: ()Lio/reactivex/MaybeSource;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.maybe.AbstractMaybeWithUpstream.source:Lio/reactivex/MaybeSource;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactivex/internal/operators/maybe/AbstractMaybeWithUpstream<TT;TR;>;
Signature: ()Lio/reactivex/MaybeSource<TT;>;
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Lio/reactivex/Maybe<TR;>;Lio/reactivex/internal/fuseable/HasUpstreamMaybeSource<TT;>;
SourceFile: "AbstractMaybeWithUpstream.java"