public abstract static class ComponentConstraintsBuilder.ComponentConstraint<A,T> extends Constraint<A>
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
allMatch(Constraint<? super T> constraint,
A value) |
boolean |
test(A value) |
getTypepublic boolean test(A value)
test in class Constraint<A>protected abstract boolean allMatch(Constraint<? super T> constraint, A value)