final class io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback<T, R> extends java.util.concurrent.atomic.AtomicReference<io.reactivex.disposables.Disposable> implements io.reactivex.SingleObserver<T>, io.reactivex.disposables.Disposable
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback
super_class: java.util.concurrent.atomic.AtomicReference
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 3258103020495908596
final io.reactivex.SingleObserver<? super R> downstream;
descriptor: Lio/reactivex/SingleObserver;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/SingleObserver<-TR;>;
final io.reactivex.functions.Function<? super T, ? extends io.reactivex.SingleSource<? extends R>> mapper;
descriptor: Lio/reactivex/functions/Function;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/functions/Function<-TT;+Lio/reactivex/SingleSource<+TR;>;>;
void <init>(io.reactivex.SingleObserver<? super R>, io.reactivex.functions.Function<? super T, ? extends io.reactivex.SingleSource<? 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.util.concurrent.atomic.AtomicReference.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback.downstream:Lio/reactivex/SingleObserver;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback.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/SingleFlatMap$SingleFlatMapCallback<TT;TR;>;
0 4 1 actual Lio/reactivex/SingleObserver<-TR;>;
0 4 2 mapper Lio/reactivex/functions/Function<-TT;+Lio/reactivex/SingleSource<+TR;>;>;
Signature: (Lio/reactivex/SingleObserver<-TR;>;Lio/reactivex/functions/Function<-TT;+Lio/reactivex/SingleSource<+TR;>;>;)V
MethodParameters:
Name Flags
actual
mapper
public void dispose();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic io.reactivex.internal.disposables.DisposableHelper.dispose:(Ljava/util/concurrent/atomic/AtomicReference;)Z
pop
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/single/SingleFlatMap$SingleFlatMapCallback<TT;TR;>;
public boolean isDisposed();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback.get:()Ljava/lang/Object;
checkcast io.reactivex.disposables.Disposable
invokestatic io.reactivex.internal.disposables.DisposableHelper.isDisposed:(Lio/reactivex/disposables/Disposable;)Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactivex/internal/operators/single/SingleFlatMap$SingleFlatMapCallback<TT;TR;>;
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
aload 1
invokestatic io.reactivex.internal.disposables.DisposableHelper.setOnce:(Ljava/util/concurrent/atomic/AtomicReference;Lio/reactivex/disposables/Disposable;)Z
ifeq 2
1: aload 0
getfield io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback.downstream:Lio/reactivex/SingleObserver;
aload 0
invokeinterface io.reactivex.SingleObserver.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/single/SingleFlatMap$SingleFlatMapCallback<TT;TR;>;
0 3 1 d Lio/reactivex/disposables/Disposable;
MethodParameters:
Name Flags
d
public void onSuccess();
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback.mapper:Lio/reactivex/functions/Function;
aload 1
invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast io.reactivex.SingleSource
ldc "The single returned by the mapper is null"
invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
checkcast io.reactivex.SingleSource
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
getfield io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback.downstream:Lio/reactivex/SingleObserver;
aload 3
invokeinterface io.reactivex.SingleObserver.onError:(Ljava/lang/Throwable;)V
5: return
end local 3 start local 2 6: StackMap locals: io.reactivex.SingleSource
StackMap stack:
aload 0
invokevirtual io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback.isDisposed:()Z
ifne 8
7: aload 2
new io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback$FlatMapSingleObserver
dup
aload 0
aload 0
getfield io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback.downstream:Lio/reactivex/SingleObserver;
invokespecial io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback$FlatMapSingleObserver.<init>:(Ljava/util/concurrent/atomic/AtomicReference;Lio/reactivex/SingleObserver;)V
invokeinterface io.reactivex.SingleSource.subscribe:(Lio/reactivex/SingleObserver;)V
8: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/reactivex/internal/operators/single/SingleFlatMap$SingleFlatMapCallback<TT;TR;>;
0 9 1 value TT;
1 2 2 o Lio/reactivex/SingleSource<+TR;>;
6 9 2 o Lio/reactivex/SingleSource<+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.SingleFlatMap$SingleFlatMapCallback.downstream: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/SingleFlatMap$SingleFlatMapCallback<TT;TR;>;
0 2 1 e Ljava/lang/Throwable;
MethodParameters:
Name Flags
e
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/disposables/Disposable;>;Lio/reactivex/SingleObserver<TT;>;Lio/reactivex/disposables/Disposable;
SourceFile: "SingleFlatMap.java"
NestHost: io.reactivex.internal.operators.single.SingleFlatMap
InnerClasses:
final SingleFlatMapCallback = io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback of io.reactivex.internal.operators.single.SingleFlatMap
final FlatMapSingleObserver = io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback$FlatMapSingleObserver of io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback