Uses of Class
com.flagsmith.flagengine.segments.constants.SegmentConditions
| Package | Description |
|---|---|
| com.flagsmith.flagengine.segments.constants | |
| com.flagsmith.flagengine.utils.types |
-
Uses of SegmentConditions in com.flagsmith.flagengine.segments.constants
Methods in com.flagsmith.flagengine.segments.constants that return SegmentConditions Modifier and Type Method Description static SegmentConditionsSegmentConditions. valueOf(String name)Returns the enum constant of this type with the specified name.static SegmentConditions[]SegmentConditions. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SegmentConditions in com.flagsmith.flagengine.utils.types
Methods in com.flagsmith.flagengine.utils.types with parameters of type SegmentConditions Modifier and Type Method Description static BooleanTypeCasting. compare(SegmentConditions condition, Comparable value1, Comparable value2)Run comparison with condition of primitive type.static BooleanTypeCasting. compare(SegmentConditions condition, Object value1, Object value2)Compare the values value1 and value2 with the provided condition.