public class TrueCondition extends java.lang.Object implements Condition
Condition that simply returns true.| Constructor and Description |
|---|
TrueCondition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(ConditionContext context)
Check whether a specific condition is met.
|
public boolean matches(ConditionContext context)
Condition