| Package | Description |
|---|---|
| com.flagsmith.flagengine.segments.constants | |
| com.flagsmith.flagengine.utils.types |
| Modifier and Type | Method and Description |
|---|---|
static SegmentConditions |
SegmentConditions.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
TypeCasting.compare(SegmentConditions condition,
Comparable value1,
Comparable value2)
Run comparison with condition of primitive type.
|
static Boolean |
TypeCasting.compare(SegmentConditions condition,
Object value1,
Object value2)
Compare the values value1 and value2 with the provided condition.
|
Copyright © 2022. All rights reserved.