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