public final class io.reactivex.internal.operators.flowable.FlowableBuffer<T, C extends java.util.Collection<? super T>> extends io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream<T, C>
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableBuffer
super_class: io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream
{
final int size;
descriptor: I
flags: (0x0010) ACC_FINAL
final int skip;
descriptor: I
flags: (0x0010) ACC_FINAL
final java.util.concurrent.Callable<C> bufferSupplier;
descriptor: Ljava/util/concurrent/Callable;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/concurrent/Callable<TC;>;
public void <init>(io.reactivex.Flowable<T>, int, int, java.util.concurrent.Callable<C>);
descriptor: (Lio/reactivex/Flowable;IILjava/util/concurrent/Callable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
invokespecial io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream.<init>:(Lio/reactivex/Flowable;)V
1: aload 0
iload 2
putfield io.reactivex.internal.operators.flowable.FlowableBuffer.size:I
2: aload 0
iload 3
putfield io.reactivex.internal.operators.flowable.FlowableBuffer.skip:I
3: aload 0
aload 4
putfield io.reactivex.internal.operators.flowable.FlowableBuffer.bufferSupplier:Ljava/util/concurrent/Callable;
4: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/reactivex/internal/operators/flowable/FlowableBuffer<TT;TC;>;
0 5 1 source Lio/reactivex/Flowable<TT;>;
0 5 2 size I
0 5 3 skip I
0 5 4 bufferSupplier Ljava/util/concurrent/Callable<TC;>;
Signature: (Lio/reactivex/Flowable<TT;>;IILjava/util/concurrent/Callable<TC;>;)V
MethodParameters:
Name Flags
source
size
skip
bufferSupplier
public void subscribeActual(org.reactivestreams.Subscriber<? super C>);
descriptor: (Lorg/reactivestreams/Subscriber;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBuffer.size:I
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBuffer.skip:I
if_icmpne 3
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBuffer.source:Lio/reactivex/Flowable;
new io.reactivex.internal.operators.flowable.FlowableBuffer$PublisherBufferExactSubscriber
dup
aload 1
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBuffer.size:I
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBuffer.bufferSupplier:Ljava/util/concurrent/Callable;
invokespecial io.reactivex.internal.operators.flowable.FlowableBuffer$PublisherBufferExactSubscriber.<init>:(Lorg/reactivestreams/Subscriber;ILjava/util/concurrent/Callable;)V
invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
2: goto 7
StackMap locals:
StackMap stack:
3: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBuffer.skip:I
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBuffer.size:I
if_icmple 6
4: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBuffer.source:Lio/reactivex/Flowable;
new io.reactivex.internal.operators.flowable.FlowableBuffer$PublisherBufferSkipSubscriber
dup
aload 1
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBuffer.size:I
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBuffer.skip:I
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBuffer.bufferSupplier:Ljava/util/concurrent/Callable;
invokespecial io.reactivex.internal.operators.flowable.FlowableBuffer$PublisherBufferSkipSubscriber.<init>:(Lorg/reactivestreams/Subscriber;IILjava/util/concurrent/Callable;)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.FlowableBuffer.source:Lio/reactivex/Flowable;
new io.reactivex.internal.operators.flowable.FlowableBuffer$PublisherBufferOverlappingSubscriber
dup
aload 1
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBuffer.size:I
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBuffer.skip:I
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBuffer.bufferSupplier:Ljava/util/concurrent/Callable;
invokespecial io.reactivex.internal.operators.flowable.FlowableBuffer$PublisherBufferOverlappingSubscriber.<init>:(Lorg/reactivestreams/Subscriber;IILjava/util/concurrent/Callable;)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/FlowableBuffer<TT;TC;>;
0 8 1 s Lorg/reactivestreams/Subscriber<-TC;>;
Signature: (Lorg/reactivestreams/Subscriber<-TC;>;)V
MethodParameters:
Name Flags
s
}
Signature: <T:Ljava/lang/Object;C::Ljava/util/Collection<-TT;>;>Lio/reactivex/internal/operators/flowable/AbstractFlowableWithUpstream<TT;TC;>;
SourceFile: "FlowableBuffer.java"
NestMembers:
io.reactivex.internal.operators.flowable.FlowableBuffer$PublisherBufferExactSubscriber io.reactivex.internal.operators.flowable.FlowableBuffer$PublisherBufferOverlappingSubscriber io.reactivex.internal.operators.flowable.FlowableBuffer$PublisherBufferSkipSubscriber
InnerClasses:
final PublisherBufferExactSubscriber = io.reactivex.internal.operators.flowable.FlowableBuffer$PublisherBufferExactSubscriber of io.reactivex.internal.operators.flowable.FlowableBuffer
final PublisherBufferOverlappingSubscriber = io.reactivex.internal.operators.flowable.FlowableBuffer$PublisherBufferOverlappingSubscriber of io.reactivex.internal.operators.flowable.FlowableBuffer
final PublisherBufferSkipSubscriber = io.reactivex.internal.operators.flowable.FlowableBuffer$PublisherBufferSkipSubscriber of io.reactivex.internal.operators.flowable.FlowableBuffer