Class SegmentRuleModel
java.lang.Object
com.flagsmith.flagengine.segments.SegmentRuleModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmatchingFunction(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.
-