A - type of the first parameterB - type of the second parameterC - type of the third parameter@FunctionalInterface public interface BooleanFunction3<A,B,C> extends ConstraintFunction
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(A a,
B b,
C c)
Checks whether the value combination give for the parameters 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 combinationCopyright © 2019. All rights reserved.