Class SegmentRuleModel
java.lang.Object
com.flagsmith.flagengine.segments.SegmentRuleModel
public class SegmentRuleModel extends Object
-
Constructor Summary
Constructors Constructor Description SegmentRuleModel() -
Method Summary
Modifier and Type Method Description BooleanmatchingFunction(Stream<Boolean> booleanStream)Run the matching function against the boolean stream.
-
Constructor Details
-
SegmentRuleModel
public SegmentRuleModel()
-
-
Method Details
-
matchingFunction
Run the matching function against the boolean stream.- Parameters:
booleanStream- Boolean stream from trait condition evaluations.
-