public class io.reactivex.internal.functions.Functions$BoundedConsumer implements io.reactivex.functions.Consumer<org.reactivestreams.Subscription>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.reactivex.internal.functions.Functions$BoundedConsumer
super_class: java.lang.Object
{
final int bufferSize;
descriptor: I
flags: (0x0010) ACC_FINAL
void <init>(int);
descriptor: (I)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iload 1
putfield io.reactivex.internal.functions.Functions$BoundedConsumer.bufferSize:I
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/functions/Functions$BoundedConsumer;
0 3 1 bufferSize I
MethodParameters:
Name Flags
bufferSize
public void accept(org.reactivestreams.Subscription);
descriptor: (Lorg/reactivestreams/Subscription;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
getfield io.reactivex.internal.functions.Functions$BoundedConsumer.bufferSize:I
i2l
invokeinterface org.reactivestreams.Subscription.request:(J)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/functions/Functions$BoundedConsumer;
0 2 1 s Lorg/reactivestreams/Subscription;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
s
public void accept(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.reactivestreams.Subscription
invokevirtual io.reactivex.internal.functions.Functions$BoundedConsumer.accept:(Lorg/reactivestreams/Subscription;)V
return
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Exception
}
Signature: Ljava/lang/Object;Lio/reactivex/functions/Consumer<Lorg/reactivestreams/Subscription;>;
SourceFile: "Functions.java"
NestHost: io.reactivex.internal.functions.Functions
InnerClasses:
public BoundedConsumer = io.reactivex.internal.functions.Functions$BoundedConsumer of io.reactivex.internal.functions.Functions