Java SE - Classes that represents a function




NameTypeDescriptionDetail

BiFunctionInterfaceRepresents a function that accepts two arguments and produces a result.Detail
DoubleFunctionInterfaceRepresents a function that accepts a double-valued argument and produces a result.Detail
DoubleToIntFunctionInterfaceRepresents a function that accepts a double-valued argument and produces an int-valued result.Detail
DoubleToLongFunctionInterfaceRepresents a function that accepts a double-valued argument and produces a long-valued result.Detail
FunctionInterfaceRepresents a function that accepts one argument and produces a result.Detail
IntFunctionInterfaceRepresents a function that accepts an int-valued argument and produces a result.Detail
IntToDoubleFunctionInterfaceRepresents a function that accepts an int-valued argument and produces a double-valued result.Detail
IntToLongFunctionInterfaceRepresents a function that accepts an int-valued argument and produces a long-valued result.Detail
LongFunctionInterfaceRepresents a function that accepts a long-valued argument and produces a result.Detail
LongToDoubleFunctionInterfaceRepresents a function that accepts a long-valued argument and produces a double-valued result.Detail
LongToIntFunctionInterfaceRepresents a function that accepts a long-valued argument and produces an int-valued result.Detail
ToDoubleBiFunctionInterfaceRepresents a function that accepts two arguments and produces a double-valued result.Detail
ToDoubleFunctionInterfaceRepresents a function that produces a double-valued result.Detail
ToIntBiFunctionInterfaceRepresents a function that accepts two arguments and produces an int-valued result.Detail
ToIntFunctionInterfaceRepresents a function that produces an int-valued result.Detail
ToLongBiFunctionInterfaceRepresents a function that accepts two arguments and produces a long-valued result.Detail
ToLongFunctionInterfaceRepresents a function that produces a long-valued result.Detail