@FunctionalInterface public interface ToFloatFunctionN extends FunctionN<java.lang.Float>
n arguments and produces a float-valued result.
This is the float-producing primitive specialization for FunctionN.
All float-producing functions are derived from this n-arity specialization.
This is a functional interface whose functional method is applyAllAsFloatUnchecked(Object...).
FunctionN| Modifier and Type | Interface and Description |
|---|---|
static class |
ToFloatFunctionN.Instance
An instance of
ToFloatFunctionN which properly defines the
arity of that particular function. |
FunctionN.FunctionSizeException| Modifier and Type | Method and Description |
|---|---|
float |
applyAllAsFloatUnchecked(java.lang.Object... args)
Applies this function to the given arguments.
|
default java.lang.Float |
applyAllUnchecked(java.lang.Object... args)
Applies this function to the given arguments.
|
andThen, andThenUnchecked, arity, checkSize, checkSize, sizedApplyAllUncheckedfloat applyAllAsFloatUnchecked(java.lang.Object... args)
args - the function argumentsdefault java.lang.Float applyAllUnchecked(java.lang.Object... args)
FunctionNapplyAllUnchecked in interface FunctionN<java.lang.Float>args - the function arguments