Uses of Class
io.split.client.dtos.RuleBasedSegment
-
Packages that use RuleBasedSegment Package Description io.split.client.dtos io.split.client.utils io.split.engine.experiments -
-
Uses of RuleBasedSegment in io.split.client.dtos
Fields in io.split.client.dtos with type parameters of type RuleBasedSegment Modifier and Type Field Description ChangeDto<RuleBasedSegment>SplitChange. ruleBasedSegments -
Uses of RuleBasedSegment in io.split.client.utils
Method parameters in io.split.client.utils with type arguments of type RuleBasedSegment Modifier and Type Method Description static RuleBasedSegmentsToUpdateRuleBasedSegmentProcessor. processRuleBasedSegmentChanges(RuleBasedSegmentParser ruleBasedSegmentParser, List<RuleBasedSegment> ruleBasedSegments) -
Uses of RuleBasedSegment in io.split.engine.experiments
Methods in io.split.engine.experiments with parameters of type RuleBasedSegment Modifier and Type Method Description ParsedRuleBasedSegmentRuleBasedSegmentParser. parse(RuleBasedSegment ruleBasedSegment)
-