Class SegmentRuleModel

java.lang.Object
com.flagsmith.flagengine.segments.SegmentRuleModel

public class SegmentRuleModel
extends Object
  • Constructor Details

    • SegmentRuleModel

      public SegmentRuleModel()
  • Method Details

    • matchingFunction

      public Boolean matchingFunction​(Stream<Boolean> booleanStream)
      Run the matching function against the boolean stream.
      Parameters:
      booleanStream - Boolean stream from trait condition evaluations.