public interface org.eclipse.collections.api.block.function.primitive.LongFunction0 extends java.util.function.LongSupplier, java.io.Serializable
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.eclipse.collections.api.block.function.primitive.LongFunction0
super_class: java.lang.Object
{
public abstract long value();
descriptor: ()J
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public long getAsLong();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokeinterface org.eclipse.collections.api.block.function.primitive.LongFunction0.value:()J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/api/block/function/primitive/LongFunction0;
}
SourceFile: "LongFunction0.java"
RuntimeVisibleAnnotations:
java.lang.FunctionalInterface()