T - The type of the values to testpublic abstract class Operator<T>
extends java.lang.Object
InsetOperator,
ModuloOperator,
PercentageOperator| Constructor and Description |
|---|
Operator(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
appliesTo(T value)
This method will check if an operator validate a value
Each operator must implement this method
|
public abstract boolean appliesTo(T value)
value - the value to validate