T - : The Type of the value and the list of valuespublic class InsetOperator<T> extends Operator<T>
| Constructor and Description |
|---|
InsetOperator(java.lang.String name,
java.util.List<T> values) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
appliesTo(T value)
This method will check if an operator validate a value
Each operator must implement this method
|