final class io.reactivex.internal.functions.Functions$MaxRequestSubscription implements io.reactivex.functions.Consumer<org.reactivestreams.Subscription>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.functions.Functions$MaxRequestSubscription
super_class: java.lang.Object
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactivex/internal/functions/Functions$MaxRequestSubscription;
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
ldc 9223372036854775807
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$MaxRequestSubscription;
0 2 1 t Lorg/reactivestreams/Subscription;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
t
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$MaxRequestSubscription.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:
final MaxRequestSubscription = io.reactivex.internal.functions.Functions$MaxRequestSubscription of io.reactivex.internal.functions.Functions