- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface Condition
A condition, as part of a model. A condition is used to evaluate when a model
runner triggers a system reaction, given that a message of a type defined in
the model is received.