public interface org.eclipse.collections.api.block.function.primitive.DoubleToIntFunction extends java.util.function.DoubleToIntFunction, 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.DoubleToIntFunction
super_class: java.lang.Object
{
public abstract int valueOf(double);
descriptor: (D)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
doubleParameter
public int applyAsInt(double);
descriptor: (D)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
dload 1
invokeinterface org.eclipse.collections.api.block.function.primitive.DoubleToIntFunction.valueOf:(D)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/api/block/function/primitive/DoubleToIntFunction;
0 1 1 each D
MethodParameters:
Name Flags
each
}
SourceFile: "DoubleToIntFunction.java"
RuntimeVisibleAnnotations:
java.lang.FunctionalInterface()