final class io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber<T, U extends java.util.Collection<? super T>> extends io.reactivex.internal.subscribers.QueueDrainSubscriber<T, U, U> implements org.reactivestreams.Subscription, java.lang.Runnable
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber
super_class: io.reactivex.internal.subscribers.QueueDrainSubscriber
{
final java.util.concurrent.Callable<U> bufferSupplier;
descriptor: Ljava/util/concurrent/Callable;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/concurrent/Callable<TU;>;
final long timespan;
descriptor: J
flags: (0x0010) ACC_FINAL
final long timeskip;
descriptor: J
flags: (0x0010) ACC_FINAL
final java.util.concurrent.TimeUnit unit;
descriptor: Ljava/util/concurrent/TimeUnit;
flags: (0x0010) ACC_FINAL
final io.reactivex.Scheduler$Worker w;
descriptor: Lio/reactivex/Scheduler$Worker;
flags: (0x0010) ACC_FINAL
final java.util.List<U> buffers;
descriptor: Ljava/util/List;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/List<TU;>;
org.reactivestreams.Subscription upstream;
descriptor: Lorg/reactivestreams/Subscription;
flags: (0x0000)
void <init>(org.reactivestreams.Subscriber<? super U>, java.util.concurrent.Callable<U>, long, long, java.util.concurrent.TimeUnit, io.reactivex.Scheduler$Worker);
descriptor: (Lorg/reactivestreams/Subscriber;Ljava/util/concurrent/Callable;JJLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler$Worker;)V
flags: (0x0000)
Code:
stack=4, locals=9, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 5 start local 7 start local 8 0: aload 0
aload 1
new io.reactivex.internal.queue.MpscLinkedQueue
dup
invokespecial io.reactivex.internal.queue.MpscLinkedQueue.<init>:()V
invokespecial io.reactivex.internal.subscribers.QueueDrainSubscriber.<init>:(Lorg/reactivestreams/Subscriber;Lio/reactivex/internal/fuseable/SimplePlainQueue;)V
1: aload 0
aload 2
putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.bufferSupplier:Ljava/util/concurrent/Callable;
2: aload 0
lload 3
putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.timespan:J
3: aload 0
lload 5
putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.timeskip:J
4: aload 0
aload 7
putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
5: aload 0
aload 8
putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.w:Lio/reactivex/Scheduler$Worker;
6: aload 0
new java.util.LinkedList
dup
invokespecial java.util.LinkedList.<init>:()V
putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.buffers:Ljava/util/List;
7: return
end local 8 end local 7 end local 5 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber<TT;TU;>;
0 8 1 actual Lorg/reactivestreams/Subscriber<-TU;>;
0 8 2 bufferSupplier Ljava/util/concurrent/Callable<TU;>;
0 8 3 timespan J
0 8 5 timeskip J
0 8 7 unit Ljava/util/concurrent/TimeUnit;
0 8 8 w Lio/reactivex/Scheduler$Worker;
Signature: (Lorg/reactivestreams/Subscriber<-TU;>;Ljava/util/concurrent/Callable<TU;>;JJLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler$Worker;)V
MethodParameters:
Name Flags
actual
bufferSupplier
timespan
timeskip
unit
w
public void onSubscribe(org.reactivestreams.Subscription);
descriptor: (Lorg/reactivestreams/Subscription;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.upstream:Lorg/reactivestreams/Subscription;
aload 1
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
ifne 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.upstream:Lorg/reactivestreams/Subscription;
3: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.bufferSupplier:Ljava/util/concurrent/Callable;
invokeinterface java.util.concurrent.Callable.call:()Ljava/lang/Object;
checkcast java.util.Collection
ldc "The supplied buffer is null"
invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
checkcast java.util.Collection
astore 2
start local 2 4: goto 11
end local 2 StackMap locals:
StackMap stack: java.lang.Throwable
5: astore 3
start local 3 6: aload 3
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
7: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.w:Lio/reactivex/Scheduler$Worker;
invokevirtual io.reactivex.Scheduler$Worker.dispose:()V
8: aload 1
invokeinterface org.reactivestreams.Subscription.cancel:()V
9: aload 3
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
invokestatic io.reactivex.internal.subscriptions.EmptySubscription.error:(Ljava/lang/Throwable;Lorg/reactivestreams/Subscriber;)V
10: return
end local 3 start local 2 11: StackMap locals: java.util.Collection
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.buffers:Ljava/util/List;
aload 2
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
12: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 0
invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
13: aload 1
ldc 9223372036854775807
invokeinterface org.reactivestreams.Subscription.request:(J)V
14: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.w:Lio/reactivex/Scheduler$Worker;
aload 0
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.timeskip:J
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.timeskip:J
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
invokevirtual io.reactivex.Scheduler$Worker.schedulePeriodically:(Ljava/lang/Runnable;JJLjava/util/concurrent/TimeUnit;)Lio/reactivex/disposables/Disposable;
pop
15: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.w:Lio/reactivex/Scheduler$Worker;
new io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber$RemoveFromBuffer
dup
aload 0
aload 2
invokespecial io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber$RemoveFromBuffer.<init>:(Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber;Ljava/util/Collection;)V
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.timespan:J
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
invokevirtual io.reactivex.Scheduler$Worker.schedule:(Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)Lio/reactivex/disposables/Disposable;
pop
16: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber<TT;TU;>;
0 17 1 s Lorg/reactivestreams/Subscription;
4 5 2 b TU;
11 17 2 b TU;
6 11 3 e Ljava/lang/Throwable;
Exception table:
from to target type
3 4 5 Class java.lang.Throwable
MethodParameters:
Name Flags
s
public void onNext();
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=5, args_size=2
start local 0 start local 1 0: aload 0
dup
astore 2
monitorenter
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.buffers:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 4
goto 4
StackMap locals: io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber java.lang.Object io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber top java.util.Iterator
StackMap stack:
2: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.util.Collection
astore 3
start local 3 3: aload 3
aload 1
invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
pop
end local 3 4: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
5: aload 2
monitorexit
6: goto 9
StackMap locals: io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber java.lang.Object io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber
StackMap stack: java.lang.Throwable
7: aload 2
monitorexit
8: athrow
9: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber<TT;TU;>;
0 10 1 t TT;
3 4 3 b TU;
Exception table:
from to target type
1 6 7 any
7 8 7 any
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=2, args_size=2
start local 0 start local 1 0: aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.done:Z
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.w:Lio/reactivex/Scheduler$Worker;
invokevirtual io.reactivex.Scheduler$Worker.dispose:()V
2: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.clear:()V
3: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 1
invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
4: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber<TT;TU;>;
0 5 1 t Ljava/lang/Throwable;
MethodParameters:
Name Flags
t
public void onComplete();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=1
start local 0 0: aload 0
dup
astore 2
monitorenter
1: new java.util.ArrayList
dup
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.buffers:Ljava/util/List;
invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
astore 1
start local 1 2: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.buffers:Ljava/util/List;
invokeinterface java.util.List.clear:()V
3: aload 2
monitorexit
4: goto 7
end local 1 StackMap locals: io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber top io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber
StackMap stack: java.lang.Throwable
5: aload 2
monitorexit
6: athrow
start local 1 7: StackMap locals: io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber java.util.List
StackMap stack:
aload 1
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 3
goto 10
StackMap locals: io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber java.util.List top java.util.Iterator
StackMap stack:
8: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.util.Collection
astore 2
start local 2 9: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.queue:Lio/reactivex/internal/fuseable/SimplePlainQueue;
aload 2
invokeinterface io.reactivex.internal.fuseable.SimplePlainQueue.offer:(Ljava/lang/Object;)Z
pop
end local 2 10: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 8
11: aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.done:Z
12: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.enter:()Z
ifeq 14
13: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.queue:Lio/reactivex/internal/fuseable/SimplePlainQueue;
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
iconst_0
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.w:Lio/reactivex/Scheduler$Worker;
aload 0
invokestatic io.reactivex.internal.util.QueueDrainHelper.drainMaxLoop:(Lio/reactivex/internal/fuseable/SimplePlainQueue;Lorg/reactivestreams/Subscriber;ZLio/reactivex/disposables/Disposable;Lio/reactivex/internal/util/QueueDrain;)V
14: StackMap locals: io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber java.util.List
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber<TT;TU;>;
2 5 1 bs Ljava/util/List<TU;>;
7 15 1 bs Ljava/util/List<TU;>;
9 10 2 b TU;
Exception table:
from to target type
1 4 5 any
5 6 5 any
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: aload 0
lload 1
invokevirtual io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.requested:(J)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber<TT;TU;>;
0 2 1 n J
MethodParameters:
Name Flags
n
public void cancel();
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.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.cancelled:Z
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.upstream:Lorg/reactivestreams/Subscription;
invokeinterface org.reactivestreams.Subscription.cancel:()V
2: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.w:Lio/reactivex/Scheduler$Worker;
invokevirtual io.reactivex.Scheduler$Worker.dispose:()V
3: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.clear:()V
4: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber<TT;TU;>;
void clear();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
dup
astore 1
monitorenter
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.buffers:Ljava/util/List;
invokeinterface java.util.List.clear:()V
2: aload 1
monitorexit
3: goto 6
StackMap locals: io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber
StackMap stack: java.lang.Throwable
4: aload 1
monitorexit
5: athrow
6: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber<TT;TU;>;
Exception table:
from to target type
1 3 4 any
4 5 4 any
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.cancelled:Z
ifeq 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.bufferSupplier:Ljava/util/concurrent/Callable;
invokeinterface java.util.concurrent.Callable.call:()Ljava/lang/Object;
checkcast java.util.Collection
ldc "The supplied buffer is null"
invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
checkcast java.util.Collection
astore 1
start local 1 3: goto 9
end local 1 StackMap locals:
StackMap stack: java.lang.Throwable
4: astore 2
start local 2 5: aload 2
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
6: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.cancel:()V
7: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 2
invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
8: return
end local 2 start local 1 9: StackMap locals: java.util.Collection
StackMap stack:
aload 0
dup
astore 2
monitorenter
10: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.cancelled:Z
ifeq 13
11: aload 2
monitorexit
12: return
13: StackMap locals: io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.buffers:Ljava/util/List;
aload 1
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
14: aload 2
monitorexit
15: goto 18
StackMap locals:
StackMap stack: java.lang.Throwable
16: aload 2
monitorexit
17: athrow
18: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.w:Lio/reactivex/Scheduler$Worker;
new io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber$RemoveFromBuffer
dup
aload 0
aload 1
invokespecial io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber$RemoveFromBuffer.<init>:(Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber;Ljava/util/Collection;)V
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.timespan:J
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
invokevirtual io.reactivex.Scheduler$Worker.schedule:(Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)Lio/reactivex/disposables/Disposable;
pop
19: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 20 0 this Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber<TT;TU;>;
3 4 1 b TU;
9 20 1 b TU;
5 9 2 e Ljava/lang/Throwable;
Exception table:
from to target type
2 3 4 Class java.lang.Throwable
10 12 16 any
13 15 16 any
16 17 16 any
public boolean accept(org.reactivestreams.Subscriber<? super U>, );
descriptor: (Lorg/reactivestreams/Subscriber;Ljava/util/Collection;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
aload 2
invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
1: iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber<TT;TU;>;
0 2 1 a Lorg/reactivestreams/Subscriber<-TU;>;
0 2 2 v TU;
Signature: (Lorg/reactivestreams/Subscriber<-TU;>;TU;)Z
MethodParameters:
Name Flags
a
v
public boolean accept(org.reactivestreams.Subscriber, java.lang.Object);
descriptor: (Lorg/reactivestreams/Subscriber;Ljava/lang/Object;)Z
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast org.reactivestreams.Subscriber
aload 2
checkcast java.util.Collection
invokevirtual io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.accept:(Lorg/reactivestreams/Subscriber;Ljava/util/Collection;)Z
ireturn
LocalVariableTable:
Start End Slot Name Signature
static void access$1(io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber, java.lang.Object, boolean, io.reactivex.disposables.Disposable);
descriptor: (Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber;Ljava/lang/Object;ZLio/reactivex/disposables/Disposable;)V
flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
iload 2
aload 3
invokevirtual io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.fastPathOrderedEmitMax:(Ljava/lang/Object;ZLio/reactivex/disposables/Disposable;)V
return
LocalVariableTable:
Start End Slot Name Signature
}
Signature: <T:Ljava/lang/Object;U::Ljava/util/Collection<-TT;>;>Lio/reactivex/internal/subscribers/QueueDrainSubscriber<TT;TU;TU;>;Lorg/reactivestreams/Subscription;Ljava/lang/Runnable;
SourceFile: "FlowableBufferTimed.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableBufferTimed
InnerClasses:
public abstract Worker = io.reactivex.Scheduler$Worker of io.reactivex.Scheduler
final BufferSkipBoundedSubscriber = io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber of io.reactivex.internal.operators.flowable.FlowableBufferTimed
final RemoveFromBuffer = io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber$RemoveFromBuffer of io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber