A - type of the first parameter@FunctionalInterface public interface BooleanFunction1<A> extends ConstraintFunction
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(A a)
Checks whether the value give for the parameter is allowed.
|
default boolean |
check(List<?> arguments)
Checks whether the given values are a valid combination or one which should not appear.
|
default boolean check(List<?> arguments)
ConstraintFunctioncheck in interface ConstraintFunctionarguments - the valuestrue iff the values form a valid combinationboolean apply(A a)
a - the value for the first parameterCopyright © 2019. All rights reserved.