- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
@ClassVersion(sourceVersion="$Id: Constraint.java 1097 2024-02-06 20:10:12Z tquadrat $")
@API(status=STABLE,
since="0.4.1")
public interface Constraint
A functional interface whose
evaluate()
method return a boolean
and can throw an
Exception
in case of an error.
- Author:
- Thomas Thrien (thomas.thrien@tquadrat.org)
- Version:
- $Id: Constraint.java 1097 2024-02-06 20:10:12Z tquadrat $
- Since:
- 0.4.1
- UML Diagram
-
UML Diagram for "org.tquadrat.foundation.lang.Constraint"
-
Method Summary
-
Method Details
-
evaluate
The operation.- Returns:
- The operation's result.
- Throws:
Exception
- Something went wrong.
-