final class io.reactivex.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver<T> extends java.util.concurrent.atomic.AtomicInteger implements io.reactivex.MaybeObserver<T>, org.reactivestreams.Subscription
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver
super_class: java.util.concurrent.atomic.AtomicInteger
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 3520831347801429610
final org.reactivestreams.Subscriber<? super T> downstream;
descriptor: Lorg/reactivestreams/Subscriber;
flags: (0x0010) ACC_FINAL
Signature: Lorg/reactivestreams/Subscriber<-TT;>;
final java.util.concurrent.atomic.AtomicLong requested;
descriptor: Ljava/util/concurrent/atomic/AtomicLong;
flags: (0x0010) ACC_FINAL
final java.util.concurrent.atomic.AtomicReference<java.lang.Object> current;
descriptor: Ljava/util/concurrent/atomic/AtomicReference;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/concurrent/atomic/AtomicReference<Ljava/lang/Object;>;
final io.reactivex.internal.disposables.SequentialDisposable disposables;
descriptor: Lio/reactivex/internal/disposables/SequentialDisposable;
flags: (0x0010) ACC_FINAL
final io.reactivex.MaybeSource<? extends T>[] sources;
descriptor: [Lio/reactivex/MaybeSource;
flags: (0x0010) ACC_FINAL
Signature: [Lio/reactivex/MaybeSource<+TT;>;
int index;
descriptor: I
flags: (0x0000)
long produced;
descriptor: J
flags: (0x0000)
void <init>(org.reactivestreams.Subscriber<? super T>, io.reactivex.MaybeSource<? extends T>[]);
descriptor: (Lorg/reactivestreams/Subscriber;[Lio/reactivex/MaybeSource;)V
flags: (0x0000)
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver.downstream:Lorg/reactivestreams/Subscriber;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver.sources:[Lio/reactivex/MaybeSource;
3: aload 0
new java.util.concurrent.atomic.AtomicLong
dup
invokespecial java.util.concurrent.atomic.AtomicLong.<init>:()V
putfield io.reactivex.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver.requested:Ljava/util/concurrent/atomic/AtomicLong;
4: aload 0
new io.reactivex.internal.disposables.SequentialDisposable
dup
invokespecial io.reactivex.internal.disposables.SequentialDisposable.<init>:()V
putfield io.reactivex.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver.disposables:Lio/reactivex/internal/disposables/SequentialDisposable;
5: aload 0
new java.util.concurrent.atomic.AtomicReference
dup
getstatic io.reactivex.internal.util.NotificationLite.COMPLETE:Lio/reactivex/internal/util/NotificationLite;
invokespecial java.util.concurrent.atomic.AtomicReference.<init>:(Ljava/lang/Object;)V
putfield io.reactivex.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver.current:Ljava/util/concurrent/atomic/AtomicReference;
6: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/reactivex/internal/operators/maybe/MaybeConcatArray$ConcatMaybeObserver<TT;>;
0 7 1 actual Lorg/reactivestreams/Subscriber<-TT;>;
0 7 2 sources [Lio/reactivex/MaybeSource;
Signature: (Lorg/reactivestreams/Subscriber<-TT;>;[Lio/reactivex/MaybeSource<+TT;>;)V
MethodParameters:
Name Flags
actual
sources
public void request(long);
descriptor: (J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: lload 1
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(J)Z
ifeq 3
1: aload 0
getfield io.reactivex.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver.requested:Ljava/util/concurrent/atomic/AtomicLong;
lload 1
invokestatic io.reactivex.internal.util.BackpressureHelper.add:(Ljava/util/concurrent/atomic/AtomicLong;J)J
pop2
2: aload 0
invokevirtual io.reactivex.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver.drain:()V
3: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/maybe/MaybeConcatArray$ConcatMaybeObserver<TT;>;
0 4 1 n J
MethodParameters:
Name Flags
n
public void cancel();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver.disposables:Lio/reactivex/internal/disposables/SequentialDisposable;
invokevirtual io.reactivex.internal.disposables.SequentialDisposable.dispose:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/maybe/MaybeConcatArray$ConcatMaybeObserver<TT;>;
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.maybe.MaybeConcatArray$ConcatMaybeObserver.disposables:Lio/reactivex/internal/disposables/SequentialDisposable;
aload 1
invokevirtual io.reactivex.internal.disposables.SequentialDisposable.replace:(Lio/reactivex/disposables/Disposable;)Z
pop
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/maybe/MaybeConcatArray$ConcatMaybeObserver<TT;>;
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=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver.current:Ljava/util/concurrent/atomic/AtomicReference;
aload 1
invokevirtual java.util.concurrent.atomic.AtomicReference.lazySet:(Ljava/lang/Object;)V
1: aload 0
invokevirtual io.reactivex.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver.drain:()V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/maybe/MaybeConcatArray$ConcatMaybeObserver<TT;>;
0 3 1 value TT;
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.maybe.MaybeConcatArray$ConcatMaybeObserver.downstream:Lorg/reactivestreams/Subscriber;
aload 1
invokeinterface org.reactivestreams.Subscriber.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/maybe/MaybeConcatArray$ConcatMaybeObserver<TT;>;
0 2 1 e Ljava/lang/Throwable;
MethodParameters:
Name Flags
e
public void onComplete();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver.current:Ljava/util/concurrent/atomic/AtomicReference;
getstatic io.reactivex.internal.util.NotificationLite.COMPLETE:Lio/reactivex/internal/util/NotificationLite;
invokevirtual java.util.concurrent.atomic.AtomicReference.lazySet:(Ljava/lang/Object;)V
1: aload 0
invokevirtual io.reactivex.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver.drain:()V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/maybe/MaybeConcatArray$ConcatMaybeObserver<TT;>;
void drain();
descriptor: ()V
flags: (0x0000)
Code:
stack=5, locals=8, args_size=1
start local 0 0: aload 0
invokevirtual io.reactivex.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver.getAndIncrement:()I
ifeq 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver.current:Ljava/util/concurrent/atomic/AtomicReference;
astore 1
start local 1 3: aload 0
getfield io.reactivex.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver.downstream:Lorg/reactivestreams/Subscriber;
astore 2
start local 2 4: aload 0
getfield io.reactivex.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver.disposables:Lio/reactivex/internal/disposables/SequentialDisposable;
astore 3
start local 3 5: StackMap locals: java.util.concurrent.atomic.AtomicReference org.reactivestreams.Subscriber io.reactivex.disposables.Disposable
StackMap stack:
aload 3
invokeinterface io.reactivex.disposables.Disposable.isDisposed:()Z
ifeq 8
6: aload 1
aconst_null
invokevirtual java.util.concurrent.atomic.AtomicReference.lazySet:(Ljava/lang/Object;)V
7: return
8: StackMap locals:
StackMap stack:
aload 1
invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
astore 4
start local 4 9: aload 4
ifnull 29
10: aload 4
getstatic io.reactivex.internal.util.NotificationLite.COMPLETE:Lio/reactivex/internal/util/NotificationLite;
if_acmpeq 20
11: aload 0
getfield io.reactivex.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver.produced:J
lstore 6
start local 6 12: lload 6
aload 0
getfield io.reactivex.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver.requested:Ljava/util/concurrent/atomic/AtomicLong;
invokevirtual java.util.concurrent.atomic.AtomicLong.get:()J
lcmp
ifeq 18
13: aload 0
lload 6
lconst_1
ladd
putfield io.reactivex.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver.produced:J
14: aload 1
aconst_null
invokevirtual java.util.concurrent.atomic.AtomicReference.lazySet:(Ljava/lang/Object;)V
15: iconst_1
istore 5
start local 5 16: aload 2
aload 4
invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
17: goto 22
end local 5 18: StackMap locals: io.reactivex.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver java.util.concurrent.atomic.AtomicReference org.reactivestreams.Subscriber io.reactivex.disposables.Disposable java.lang.Object top long
StackMap stack:
iconst_0
istore 5
end local 6 start local 5 19: goto 22
end local 5 20: StackMap locals: io.reactivex.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver java.util.concurrent.atomic.AtomicReference org.reactivestreams.Subscriber io.reactivex.disposables.Disposable java.lang.Object
StackMap stack:
iconst_1
istore 5
start local 5 21: aload 1
aconst_null
invokevirtual java.util.concurrent.atomic.AtomicReference.lazySet:(Ljava/lang/Object;)V
22: StackMap locals: int
StackMap stack:
iload 5
ifeq 29
aload 3
invokeinterface io.reactivex.disposables.Disposable.isDisposed:()Z
ifne 29
23: aload 0
getfield io.reactivex.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver.index:I
istore 6
start local 6 24: iload 6
aload 0
getfield io.reactivex.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver.sources:[Lio/reactivex/MaybeSource;
arraylength
if_icmpne 27
25: aload 2
invokeinterface org.reactivestreams.Subscriber.onComplete:()V
26: return
27: StackMap locals: int
StackMap stack:
aload 0
iload 6
iconst_1
iadd
putfield io.reactivex.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver.index:I
28: aload 0
getfield io.reactivex.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver.sources:[Lio/reactivex/MaybeSource;
iload 6
aaload
aload 0
invokeinterface io.reactivex.MaybeSource.subscribe:(Lio/reactivex/MaybeObserver;)V
end local 6 end local 5 29: StackMap locals:
StackMap stack:
aload 0
invokevirtual io.reactivex.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver.decrementAndGet:()I
ifne 5
end local 4 30: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 31 0 this Lio/reactivex/internal/operators/maybe/MaybeConcatArray$ConcatMaybeObserver<TT;>;
3 31 1 c Ljava/util/concurrent/atomic/AtomicReference<Ljava/lang/Object;>;
4 31 2 a Lorg/reactivestreams/Subscriber<-TT;>;
5 31 3 cancelled Lio/reactivex/disposables/Disposable;
9 30 4 o Ljava/lang/Object;
16 18 5 goNextSource Z
19 20 5 goNextSource Z
21 29 5 goNextSource Z
12 19 6 p J
24 29 6 i I
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/MaybeObserver<TT;>;Lorg/reactivestreams/Subscription;
SourceFile: "MaybeConcatArray.java"
NestHost: io.reactivex.internal.operators.maybe.MaybeConcatArray
InnerClasses:
final ConcatMaybeObserver = io.reactivex.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver of io.reactivex.internal.operators.maybe.MaybeConcatArray