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