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