| Package | Description |
|---|---|
| io.split.client.dtos | |
| io.split.engine.experiments |
| Modifier and Type | Field and Description |
|---|---|
ConditionType |
Condition.conditionType |
| Modifier and Type | Method and Description |
|---|---|
static ConditionType |
ConditionType.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.
|
| Modifier and Type | Method and Description |
|---|---|
ConditionType |
ParsedCondition.conditionType() |
| Constructor and Description |
|---|
ParsedCondition(ConditionType conditionType,
CombiningMatcher matcher,
List<Partition> partitions,
String label) |
Copyright © 2018. All rights reserved.