@FunctionalInterface public interface ConstraintFunction
ConstraintFunction the number of
values is always the same if this class is used with Constraint. Easier implementable variants for
Lambda expressions are available at BooleanFunction1 throughBooleanFunction6.| Modifier and Type | Method and Description |
|---|---|
boolean |
check(List<?> arguments)
Checks whether the given values are a valid combination or one which should not appear.
|
boolean check(List<?> arguments)
arguments - the valuestrue iff the values form a valid combinationCopyright © 2019. All rights reserved.