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