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