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