final class io.reactivex.internal.operators.single.SingleMap$MapSingleObserver<T, R> implements io.reactivex.SingleObserver<T>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.single.SingleMap$MapSingleObserver
super_class: java.lang.Object
{
final io.reactivex.SingleObserver<? super R> t;
descriptor: Lio/reactivex/SingleObserver;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/SingleObserver<-TR;>;
final io.reactivex.functions.Function<? super T, ? extends R> mapper;
descriptor: Lio/reactivex/functions/Function;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/functions/Function<-TT;+TR;>;
void <init>(io.reactivex.SingleObserver<? super R>, io.reactivex.functions.Function<? super T, ? extends R>);
descriptor: (Lio/reactivex/SingleObserver;Lio/reactivex/functions/Function;)V
flags: (0x0000)
Code:
stack=2, 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
aload 1
putfield io.reactivex.internal.operators.single.SingleMap$MapSingleObserver.t:Lio/reactivex/SingleObserver;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.single.SingleMap$MapSingleObserver.mapper:Lio/reactivex/functions/Function;
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/single/SingleMap$MapSingleObserver<TT;TR;>;
0 4 1 t Lio/reactivex/SingleObserver<-TR;>;
0 4 2 mapper Lio/reactivex/functions/Function<-TT;+TR;>;
Signature: (Lio/reactivex/SingleObserver<-TR;>;Lio/reactivex/functions/Function<-TT;+TR;>;)V
MethodParameters:
Name Flags
t
mapper
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.single.SingleMap$MapSingleObserver.t:Lio/reactivex/SingleObserver;
aload 1
invokeinterface io.reactivex.SingleObserver.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/single/SingleMap$MapSingleObserver<TT;TR;>;
0 2 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=4, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.single.SingleMap$MapSingleObserver.mapper:Lio/reactivex/functions/Function;
aload 1
invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
ldc "The mapper function returned a null value."
invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
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 0
aload 3
invokevirtual io.reactivex.internal.operators.single.SingleMap$MapSingleObserver.onError:(Ljava/lang/Throwable;)V
5: return
end local 3 start local 2 6: StackMap locals: java.lang.Object
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.single.SingleMap$MapSingleObserver.t:Lio/reactivex/SingleObserver;
aload 2
invokeinterface io.reactivex.SingleObserver.onSuccess:(Ljava/lang/Object;)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/single/SingleMap$MapSingleObserver<TT;TR;>;
0 8 1 value TT;
1 2 2 v TR;
6 8 2 v TR;
3 6 3 e Ljava/lang/Throwable;
Exception table:
from to target type
0 1 2 Class java.lang.Throwable
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
getfield io.reactivex.internal.operators.single.SingleMap$MapSingleObserver.t:Lio/reactivex/SingleObserver;
aload 1
invokeinterface io.reactivex.SingleObserver.onError:(Ljava/lang/Throwable;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/single/SingleMap$MapSingleObserver<TT;TR;>;
0 2 1 e Ljava/lang/Throwable;
MethodParameters:
Name Flags
e
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Ljava/lang/Object;Lio/reactivex/SingleObserver<TT;>;
SourceFile: "SingleMap.java"
NestHost: io.reactivex.internal.operators.single.SingleMap
InnerClasses:
final MapSingleObserver = io.reactivex.internal.operators.single.SingleMap$MapSingleObserver of io.reactivex.internal.operators.single.SingleMap