Uses of Class
com.flagsmith.flagengine.EvaluationResult
Packages that use EvaluationResult
-
Uses of EvaluationResult in com.flagsmith.flagengine
Methods in com.flagsmith.flagengine that return EvaluationResultModifier and TypeMethodDescriptionstatic EvaluationResultEngine.getEvaluationResult(EvaluationContext context) Get evaluation result for a given evaluation context.EvaluationResult.withAdditionalProperty(String name, Object value) EvaluationResult.withSegments(List<SegmentResult> segments) Constructors in com.flagsmith.flagengine with parameters of type EvaluationResult -
Uses of EvaluationResult in com.flagsmith.models
Methods in com.flagsmith.models with parameters of type EvaluationResultModifier and TypeMethodDescriptionstatic FlagsFlags.fromEvaluationResult(EvaluationResult evaluationResult, AnalyticsProcessor analyticsProcessor, DefaultFlagHandler defaultFlagHandler) Build flags object from evaluation result.