Interface Constraint<T>
public interface Constraint<T>
-
Method Summary
-
Method Details
-
check
Check if the specified requirement is met in a given context.- Parameters:
context- the target context.- Throws:
UnsatisfiedRequirementException- when the requirement is not satisfied.
-