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