final class io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver<T> extends java.util.concurrent.atomic.AtomicInteger implements io.reactivex.Observer<T>, io.reactivex.disposables.Disposable, java.lang.Runnable
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver
super_class: java.util.concurrent.atomic.AtomicInteger
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -7481782523886138128
final io.reactivex.Observer<? super io.reactivex.Observable<T>> downstream;
descriptor: Lio/reactivex/Observer;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/Observer<-Lio/reactivex/Observable<TT;>;>;
final long count;
descriptor: J
flags: (0x0010) ACC_FINAL
final int capacityHint;
descriptor: I
flags: (0x0010) ACC_FINAL
long size;
descriptor: J
flags: (0x0000)
io.reactivex.disposables.Disposable upstream;
descriptor: Lio/reactivex/disposables/Disposable;
flags: (0x0000)
io.reactivex.subjects.UnicastSubject<T> window;
descriptor: Lio/reactivex/subjects/UnicastSubject;
flags: (0x0000)
Signature: Lio/reactivex/subjects/UnicastSubject<TT;>;
volatile boolean cancelled;
descriptor: Z
flags: (0x0040) ACC_VOLATILE
void <init>(io.reactivex.Observer<? super io.reactivex.Observable<T>>, long, );
descriptor: (Lio/reactivex/Observer;JI)V
flags: (0x0000)
Code:
stack=3, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 4 0: aload 0
invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver.downstream:Lio/reactivex/Observer;
2: aload 0
lload 2
putfield io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver.count:J
3: aload 0
iload 4
putfield io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver.capacityHint:I
4: return
end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/reactivex/internal/operators/observable/ObservableWindow$WindowExactObserver<TT;>;
0 5 1 actual Lio/reactivex/Observer<-Lio/reactivex/Observable<TT;>;>;
0 5 2 count J
0 5 4 capacityHint I
Signature: (Lio/reactivex/Observer<-Lio/reactivex/Observable<TT;>;>;JI)V
MethodParameters:
Name Flags
actual
count
capacityHint
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.observable.ObservableWindow$WindowExactObserver.upstream:Lio/reactivex/disposables/Disposable;
aload 1
invokestatic io.reactivex.internal.disposables.DisposableHelper.validate:(Lio/reactivex/disposables/Disposable;Lio/reactivex/disposables/Disposable;)Z
ifeq 3
1: aload 0
aload 1
putfield io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver.upstream:Lio/reactivex/disposables/Disposable;
2: aload 0
getfield io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver.downstream:Lio/reactivex/Observer;
aload 0
invokeinterface io.reactivex.Observer.onSubscribe:(Lio/reactivex/disposables/Disposable;)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/observable/ObservableWindow$WindowExactObserver<TT;>;
0 4 1 d Lio/reactivex/disposables/Disposable;
MethodParameters:
Name Flags
d
public void onNext();
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver.window:Lio/reactivex/subjects/UnicastSubject;
astore 2
start local 2 1: aload 2
ifnonnull 5
aload 0
getfield io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver.cancelled:Z
ifne 5
2: aload 0
getfield io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver.capacityHint:I
aload 0
invokestatic io.reactivex.subjects.UnicastSubject.create:(ILjava/lang/Runnable;)Lio/reactivex/subjects/UnicastSubject;
astore 2
3: aload 0
aload 2
putfield io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver.window:Lio/reactivex/subjects/UnicastSubject;
4: aload 0
getfield io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver.downstream:Lio/reactivex/Observer;
aload 2
invokeinterface io.reactivex.Observer.onNext:(Ljava/lang/Object;)V
5: StackMap locals: io.reactivex.subjects.UnicastSubject
StackMap stack:
aload 2
ifnull 13
6: aload 2
aload 1
invokevirtual io.reactivex.subjects.UnicastSubject.onNext:(Ljava/lang/Object;)V
7: aload 0
dup
getfield io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver.size:J
lconst_1
ladd
dup2_x1
putfield io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver.size:J
aload 0
getfield io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver.count:J
lcmp
iflt 13
8: aload 0
lconst_0
putfield io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver.size:J
9: aload 0
aconst_null
putfield io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver.window:Lio/reactivex/subjects/UnicastSubject;
10: aload 2
invokevirtual io.reactivex.subjects.UnicastSubject.onComplete:()V
11: aload 0
getfield io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver.cancelled:Z
ifeq 13
12: aload 0
getfield io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver.upstream:Lio/reactivex/disposables/Disposable;
invokeinterface io.reactivex.disposables.Disposable.dispose:()V
13: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lio/reactivex/internal/operators/observable/ObservableWindow$WindowExactObserver<TT;>;
0 14 1 t TT;
1 14 2 w Lio/reactivex/subjects/UnicastSubject<TT;>;
Signature: (TT;)V
MethodParameters:
Name Flags
t
public void onError(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver.window:Lio/reactivex/subjects/UnicastSubject;
astore 2
start local 2 1: aload 2
ifnull 4
2: aload 0
aconst_null
putfield io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver.window:Lio/reactivex/subjects/UnicastSubject;
3: aload 2
aload 1
invokevirtual io.reactivex.subjects.UnicastSubject.onError:(Ljava/lang/Throwable;)V
4: StackMap locals: io.reactivex.subjects.UnicastSubject
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver.downstream:Lio/reactivex/Observer;
aload 1
invokeinterface io.reactivex.Observer.onError:(Ljava/lang/Throwable;)V
5: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/reactivex/internal/operators/observable/ObservableWindow$WindowExactObserver<TT;>;
0 6 1 t Ljava/lang/Throwable;
1 6 2 w Lio/reactivex/subjects/UnicastSubject<TT;>;
MethodParameters:
Name Flags
t
public void onComplete();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver.window:Lio/reactivex/subjects/UnicastSubject;
astore 1
start local 1 1: aload 1
ifnull 4
2: aload 0
aconst_null
putfield io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver.window:Lio/reactivex/subjects/UnicastSubject;
3: aload 1
invokevirtual io.reactivex.subjects.UnicastSubject.onComplete:()V
4: StackMap locals: io.reactivex.subjects.UnicastSubject
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver.downstream:Lio/reactivex/Observer;
invokeinterface io.reactivex.Observer.onComplete:()V
5: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/reactivex/internal/operators/observable/ObservableWindow$WindowExactObserver<TT;>;
1 6 1 w Lio/reactivex/subjects/UnicastSubject<TT;>;
public void dispose();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_1
putfield io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver.cancelled:Z
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/observable/ObservableWindow$WindowExactObserver<TT;>;
public boolean isDisposed();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver.cancelled:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactivex/internal/operators/observable/ObservableWindow$WindowExactObserver<TT;>;
public void run();
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.observable.ObservableWindow$WindowExactObserver.cancelled:Z
ifeq 2
1: aload 0
getfield io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver.upstream:Lio/reactivex/disposables/Disposable;
invokeinterface io.reactivex.disposables.Disposable.dispose:()V
2: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/observable/ObservableWindow$WindowExactObserver<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/Observer<TT;>;Lio/reactivex/disposables/Disposable;Ljava/lang/Runnable;
SourceFile: "ObservableWindow.java"
NestHost: io.reactivex.internal.operators.observable.ObservableWindow
InnerClasses:
final WindowExactObserver = io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver of io.reactivex.internal.operators.observable.ObservableWindow