
S - the satisfier type.public interface Requirement<S>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSatisfied(S satisfier)
Gets whether this requirement is satisfied.
|
boolean |
isTrivial()
Gets whether this requirement is trivially satisfied.
|
boolean isSatisfied(S satisfier)
boolean isTrivial()