Uses of Class
io.getunleash.Operator
-
Packages that use Operator Package Description io.getunleash -
-
Uses of Operator in io.getunleash
Methods in io.getunleash 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 io.getunleash with parameters of type Operator Constructor Description Constraint(String contextName, Operator operator, String value)Constraint(String contextName, Operator operator, String value, boolean inverted)Constraint(String contextName, Operator operator, String value, List<String> values, boolean inverted, boolean caseInsensitive)Constraint(String contextName, Operator operator, List<String> values)Constraint(String contextName, Operator operator, List<String> values, boolean inverted)Constraint(String contextName, Operator operator, List<String> values, boolean inverted, boolean caseInsensitive)
-