public final class io.reactivex.internal.operators.flowable.FlowableWindow<T> extends io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream<T, io.reactivex.Flowable<T>>
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableWindow
super_class: io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream
{
final long size;
descriptor: J
flags: (0x0010) ACC_FINAL
final long skip;
descriptor: J
flags: (0x0010) ACC_FINAL
final int bufferSize;
descriptor: I
flags: (0x0010) ACC_FINAL
public void <init>(io.reactivex.Flowable<T>, long, long, );
descriptor: (Lio/reactivex/Flowable;JJI)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=7, args_size=5
start local 0 start local 1 start local 2 start local 4 start local 6 0: aload 0
aload 1
invokespecial io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream.<init>:(Lio/reactivex/Flowable;)V
1: aload 0
lload 2
putfield io.reactivex.internal.operators.flowable.FlowableWindow.size:J
2: aload 0
lload 4
putfield io.reactivex.internal.operators.flowable.FlowableWindow.skip:J
3: aload 0
iload 6
putfield io.reactivex.internal.operators.flowable.FlowableWindow.bufferSize:I
4: return
end local 6 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/flowable/FlowableWindow<TT;>;
0 5 1 source Lio/reactivex/Flowable<TT;>;
0 5 2 size J
0 5 4 skip J
0 5 6 bufferSize I
Signature: (Lio/reactivex/Flowable<TT;>;JJI)V
MethodParameters:
Name Flags
source
size
skip
bufferSize
public void subscribeActual(org.reactivestreams.Subscriber<? super io.reactivex.Flowable<T>>);
descriptor: (Lorg/reactivestreams/Subscriber;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindow.skip:J
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindow.size:J
lcmp
ifne 3
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindow.source:Lio/reactivex/Flowable;
new io.reactivex.internal.operators.flowable.FlowableWindow$WindowExactSubscriber
dup
aload 1
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindow.size:J
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindow.bufferSize:I
invokespecial io.reactivex.internal.operators.flowable.FlowableWindow$WindowExactSubscriber.<init>:(Lorg/reactivestreams/Subscriber;JI)V
invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
2: goto 7
3: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindow.skip:J
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindow.size:J
lcmp
ifle 6
4: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindow.source:Lio/reactivex/Flowable;
new io.reactivex.internal.operators.flowable.FlowableWindow$WindowSkipSubscriber
dup
aload 1
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindow.size:J
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindow.skip:J
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindow.bufferSize:I
invokespecial io.reactivex.internal.operators.flowable.FlowableWindow$WindowSkipSubscriber.<init>:(Lorg/reactivestreams/Subscriber;JJI)V
invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
5: goto 7
6: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindow.source:Lio/reactivex/Flowable;
new io.reactivex.internal.operators.flowable.FlowableWindow$WindowOverlapSubscriber
dup
aload 1
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindow.size:J
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindow.skip:J
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindow.bufferSize:I
invokespecial io.reactivex.internal.operators.flowable.FlowableWindow$WindowOverlapSubscriber.<init>:(Lorg/reactivestreams/Subscriber;JJI)V
invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
7: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/reactivex/internal/operators/flowable/FlowableWindow<TT;>;
0 8 1 s Lorg/reactivestreams/Subscriber<-Lio/reactivex/Flowable<TT;>;>;
Signature: (Lorg/reactivestreams/Subscriber<-Lio/reactivex/Flowable<TT;>;>;)V
MethodParameters:
Name Flags
s
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/internal/operators/flowable/AbstractFlowableWithUpstream<TT;Lio/reactivex/Flowable<TT;>;>;
SourceFile: "FlowableWindow.java"
NestMembers:
io.reactivex.internal.operators.flowable.FlowableWindow$WindowExactSubscriber io.reactivex.internal.operators.flowable.FlowableWindow$WindowOverlapSubscriber io.reactivex.internal.operators.flowable.FlowableWindow$WindowSkipSubscriber
InnerClasses:
final WindowExactSubscriber = io.reactivex.internal.operators.flowable.FlowableWindow$WindowExactSubscriber of io.reactivex.internal.operators.flowable.FlowableWindow
final WindowOverlapSubscriber = io.reactivex.internal.operators.flowable.FlowableWindow$WindowOverlapSubscriber of io.reactivex.internal.operators.flowable.FlowableWindow
final WindowSkipSubscriber = io.reactivex.internal.operators.flowable.FlowableWindow$WindowSkipSubscriber of io.reactivex.internal.operators.flowable.FlowableWindow