| Class | Description |
|---|---|
| InsetOperator<T> |
Operator that check if a value is in a List of values
|
| ModuloOperator |
An operator that check if
rest == value % module
|
| Operator<T> |
An abstract operator
All the operators must extend this class
and implement the appliesTo method
|
| PercentageOperator |
An operator that applied to toggle to
a percentage of users
|