Uses of Class
io.split.client.dtos.ConditionType
-
Packages that use ConditionType Package Description io.split.client.dtos io.split.engine.experiments -
-
Uses of ConditionType in io.split.client.dtos
Fields in io.split.client.dtos declared as ConditionType Modifier and Type Field Description ConditionTypeCondition. conditionTypeMethods in io.split.client.dtos that return ConditionType Modifier and Type Method Description static ConditionTypeConditionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConditionType[]ConditionType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConditionType in io.split.engine.experiments
Methods in io.split.engine.experiments that return ConditionType Modifier and Type Method Description ConditionTypeParsedCondition. conditionType()Constructors in io.split.engine.experiments with parameters of type ConditionType Constructor Description ParsedCondition(ConditionType conditionType, CombiningMatcher matcher, List<Partition> partitions, String label)
-