Uses of Class
no.finn.unleash.Operator
-
Packages that use Operator Package Description no.finn.unleash -
-
Uses of Operator in no.finn.unleash
Methods in no.finn.unleash that return Operator Modifier and Type Method Description OperatorConstraint. getOperator()static OperatorOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static Operator[]Operator. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in no.finn.unleash with parameters of type Operator Constructor Description Constraint(String contextName, Operator operator, List<String> values)
-