final class io.reactivex.internal.operators.mixed.ScalarXMapZHelper
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.mixed.ScalarXMapZHelper
super_class: java.lang.Object
{
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: new java.lang.IllegalStateException
dup
ldc "No instances!"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/mixed/ScalarXMapZHelper;
static <T> boolean tryAsCompletable(, io.reactivex.functions.Function<? super T, ? extends io.reactivex.CompletableSource>, io.reactivex.CompletableObserver);
descriptor: (Ljava/lang/Object;Lio/reactivex/functions/Function;Lio/reactivex/CompletableObserver;)Z
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aload 0
instanceof java.util.concurrent.Callable
ifeq 16
1: aload 0
checkcast java.util.concurrent.Callable
astore 3
start local 3 2: aconst_null
astore 4
start local 4 3: aload 3
invokeinterface java.util.concurrent.Callable.call:()Ljava/lang/Object;
astore 5
start local 5 4: aload 5
ifnull 11
5: aload 1
aload 5
invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast io.reactivex.CompletableSource
ldc "The mapper returned a null CompletableSource"
invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
checkcast io.reactivex.CompletableSource
astore 4
end local 5 6: goto 11
StackMap locals: java.lang.Object io.reactivex.functions.Function io.reactivex.CompletableObserver java.util.concurrent.Callable io.reactivex.CompletableSource
StackMap stack: java.lang.Throwable
7: astore 5
start local 5 8: aload 5
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
9: aload 5
aload 2
invokestatic io.reactivex.internal.disposables.EmptyDisposable.error:(Ljava/lang/Throwable;Lio/reactivex/CompletableObserver;)V
10: iconst_1
ireturn
end local 5 11: StackMap locals:
StackMap stack:
aload 4
ifnonnull 14
12: aload 2
invokestatic io.reactivex.internal.disposables.EmptyDisposable.complete:(Lio/reactivex/CompletableObserver;)V
13: goto 15
14: StackMap locals:
StackMap stack:
aload 4
aload 2
invokeinterface io.reactivex.CompletableSource.subscribe:(Lio/reactivex/CompletableObserver;)V
15: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 4 end local 3 16: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 source Ljava/lang/Object;
0 17 1 mapper Lio/reactivex/functions/Function<-TT;+Lio/reactivex/CompletableSource;>;
0 17 2 observer Lio/reactivex/CompletableObserver;
2 16 3 call Ljava/util/concurrent/Callable<TT;>;
3 16 4 cs Lio/reactivex/CompletableSource;
4 6 5 item TT;
8 11 5 ex Ljava/lang/Throwable;
Exception table:
from to target type
3 6 7 Class java.lang.Throwable
Signature: <T:Ljava/lang/Object;>(Ljava/lang/Object;Lio/reactivex/functions/Function<-TT;+Lio/reactivex/CompletableSource;>;Lio/reactivex/CompletableObserver;)Z
MethodParameters:
Name Flags
source
mapper
observer
static <T, R> boolean tryAsMaybe(, io.reactivex.functions.Function<? super T, ? extends io.reactivex.MaybeSource<? extends R>>, io.reactivex.Observer<? super R>);
descriptor: (Ljava/lang/Object;Lio/reactivex/functions/Function;Lio/reactivex/Observer;)Z
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aload 0
instanceof java.util.concurrent.Callable
ifeq 16
1: aload 0
checkcast java.util.concurrent.Callable
astore 3
start local 3 2: aconst_null
astore 4
start local 4 3: aload 3
invokeinterface java.util.concurrent.Callable.call:()Ljava/lang/Object;
astore 5
start local 5 4: aload 5
ifnull 11
5: aload 1
aload 5
invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast io.reactivex.MaybeSource
ldc "The mapper 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 4
end local 5 6: goto 11
StackMap locals: java.lang.Object io.reactivex.functions.Function io.reactivex.Observer java.util.concurrent.Callable io.reactivex.MaybeSource
StackMap stack: java.lang.Throwable
7: astore 5
start local 5 8: aload 5
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
9: aload 5
aload 2
invokestatic io.reactivex.internal.disposables.EmptyDisposable.error:(Ljava/lang/Throwable;Lio/reactivex/Observer;)V
10: iconst_1
ireturn
end local 5 11: StackMap locals:
StackMap stack:
aload 4
ifnonnull 14
12: aload 2
invokestatic io.reactivex.internal.disposables.EmptyDisposable.complete:(Lio/reactivex/Observer;)V
13: goto 15
14: StackMap locals:
StackMap stack:
aload 4
aload 2
invokestatic io.reactivex.internal.operators.maybe.MaybeToObservable.create:(Lio/reactivex/Observer;)Lio/reactivex/MaybeObserver;
invokeinterface io.reactivex.MaybeSource.subscribe:(Lio/reactivex/MaybeObserver;)V
15: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 4 end local 3 16: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 source Ljava/lang/Object;
0 17 1 mapper Lio/reactivex/functions/Function<-TT;+Lio/reactivex/MaybeSource<+TR;>;>;
0 17 2 observer Lio/reactivex/Observer<-TR;>;
2 16 3 call Ljava/util/concurrent/Callable<TT;>;
3 16 4 cs Lio/reactivex/MaybeSource<+TR;>;
4 6 5 item TT;
8 11 5 ex Ljava/lang/Throwable;
Exception table:
from to target type
3 6 7 Class java.lang.Throwable
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>(Ljava/lang/Object;Lio/reactivex/functions/Function<-TT;+Lio/reactivex/MaybeSource<+TR;>;>;Lio/reactivex/Observer<-TR;>;)Z
MethodParameters:
Name Flags
source
mapper
observer
static <T, R> boolean tryAsSingle(, io.reactivex.functions.Function<? super T, ? extends io.reactivex.SingleSource<? extends R>>, io.reactivex.Observer<? super R>);
descriptor: (Ljava/lang/Object;Lio/reactivex/functions/Function;Lio/reactivex/Observer;)Z
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aload 0
instanceof java.util.concurrent.Callable
ifeq 16
1: aload 0
checkcast java.util.concurrent.Callable
astore 3
start local 3 2: aconst_null
astore 4
start local 4 3: aload 3
invokeinterface java.util.concurrent.Callable.call:()Ljava/lang/Object;
astore 5
start local 5 4: aload 5
ifnull 11
5: aload 1
aload 5
invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast io.reactivex.SingleSource
ldc "The mapper returned a null SingleSource"
invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
checkcast io.reactivex.SingleSource
astore 4
end local 5 6: goto 11
StackMap locals: java.lang.Object io.reactivex.functions.Function io.reactivex.Observer java.util.concurrent.Callable io.reactivex.SingleSource
StackMap stack: java.lang.Throwable
7: astore 5
start local 5 8: aload 5
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
9: aload 5
aload 2
invokestatic io.reactivex.internal.disposables.EmptyDisposable.error:(Ljava/lang/Throwable;Lio/reactivex/Observer;)V
10: iconst_1
ireturn
end local 5 11: StackMap locals:
StackMap stack:
aload 4
ifnonnull 14
12: aload 2
invokestatic io.reactivex.internal.disposables.EmptyDisposable.complete:(Lio/reactivex/Observer;)V
13: goto 15
14: StackMap locals:
StackMap stack:
aload 4
aload 2
invokestatic io.reactivex.internal.operators.single.SingleToObservable.create:(Lio/reactivex/Observer;)Lio/reactivex/SingleObserver;
invokeinterface io.reactivex.SingleSource.subscribe:(Lio/reactivex/SingleObserver;)V
15: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 4 end local 3 16: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 source Ljava/lang/Object;
0 17 1 mapper Lio/reactivex/functions/Function<-TT;+Lio/reactivex/SingleSource<+TR;>;>;
0 17 2 observer Lio/reactivex/Observer<-TR;>;
2 16 3 call Ljava/util/concurrent/Callable<TT;>;
3 16 4 cs Lio/reactivex/SingleSource<+TR;>;
4 6 5 item TT;
8 11 5 ex Ljava/lang/Throwable;
Exception table:
from to target type
3 6 7 Class java.lang.Throwable
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>(Ljava/lang/Object;Lio/reactivex/functions/Function<-TT;+Lio/reactivex/SingleSource<+TR;>;>;Lio/reactivex/Observer<-TR;>;)Z
MethodParameters:
Name Flags
source
mapper
observer
}
SourceFile: "ScalarXMapZHelper.java"