public final class io.reactivex.internal.operators.maybe.MaybeDefer<T> extends io.reactivex.Maybe<T>
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.maybe.MaybeDefer
super_class: io.reactivex.Maybe
{
final java.util.concurrent.Callable<? extends io.reactivex.MaybeSource<? extends T>> maybeSupplier;
descriptor: Ljava/util/concurrent/Callable;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/concurrent/Callable<+Lio/reactivex/MaybeSource<+TT;>;>;
public void <init>(java.util.concurrent.Callable<? extends io.reactivex.MaybeSource<? extends T>>);
descriptor: (Ljava/util/concurrent/Callable;)V
flags: (0x0001) ACC_PUBLIC
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.MaybeDefer.maybeSupplier:Ljava/util/concurrent/Callable;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/maybe/MaybeDefer<TT;>;
0 3 1 maybeSupplier Ljava/util/concurrent/Callable<+Lio/reactivex/MaybeSource<+TT;>;>;
Signature: (Ljava/util/concurrent/Callable<+Lio/reactivex/MaybeSource<+TT;>;>;)V
MethodParameters:
Name Flags
maybeSupplier
protected void subscribeActual(io.reactivex.MaybeObserver<? super T>);
descriptor: (Lio/reactivex/MaybeObserver;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.maybe.MaybeDefer.maybeSupplier:Ljava/util/concurrent/Callable;
invokeinterface java.util.concurrent.Callable.call:()Ljava/lang/Object;
checkcast io.reactivex.MaybeSource
ldc "The maybeSupplier returned a null MaybeSource"
invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
checkcast io.reactivex.MaybeSource
astore 2
start local 2 1: goto 6
end local 2 StackMap locals:
StackMap stack: java.lang.Throwable
2: astore 3
start local 3 3: aload 3
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
4: aload 3
aload 1
invokestatic io.reactivex.internal.disposables.EmptyDisposable.error:(Ljava/lang/Throwable;Lio/reactivex/MaybeObserver;)V
5: return
end local 3 start local 2 6: StackMap locals: io.reactivex.MaybeSource
StackMap stack:
aload 2
aload 1
invokeinterface io.reactivex.MaybeSource.subscribe:(Lio/reactivex/MaybeObserver;)V
7: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/reactivex/internal/operators/maybe/MaybeDefer<TT;>;
0 8 1 observer Lio/reactivex/MaybeObserver<-TT;>;
1 2 2 source Lio/reactivex/MaybeSource<+TT;>;
6 8 2 source Lio/reactivex/MaybeSource<+TT;>;
3 6 3 ex Ljava/lang/Throwable;
Exception table:
from to target type
0 1 2 Class java.lang.Throwable
Signature: (Lio/reactivex/MaybeObserver<-TT;>;)V
MethodParameters:
Name Flags
observer
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/Maybe<TT;>;
SourceFile: "MaybeDefer.java"