final class io.reactivex.internal.functions.Functions$EmptyLongConsumer implements io.reactivex.functions.LongConsumer
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.functions.Functions$EmptyLongConsumer
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$EmptyLongConsumer;
public void accept(long);
descriptor: (J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=3, args_size=2
start local 0 start local 1 0: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactivex/internal/functions/Functions$EmptyLongConsumer;
0 1 1 v J
MethodParameters:
Name Flags
v
}
SourceFile: "Functions.java"
NestHost: io.reactivex.internal.functions.Functions
InnerClasses:
final EmptyLongConsumer = io.reactivex.internal.functions.Functions$EmptyLongConsumer of io.reactivex.internal.functions.Functions