Uses of Class
com.flagsmith.flagengine.Features
Packages that use Features
-
Uses of Features in com.flagsmith.flagengine
Methods in com.flagsmith.flagengine that return FeaturesModifier and TypeMethodDescriptionEvaluationContext.getFeatures()FeaturesFeatures.withAdditionalProperty(String name, FeatureContext value) Methods in com.flagsmith.flagengine with parameters of type FeaturesModifier and TypeMethodDescriptionvoidEvaluationContext.setFeatures(Features features) FeaturesEvaluationContext.withFeatures(Features features) Constructors in com.flagsmith.flagengine with parameters of type FeaturesModifierConstructorDescriptionEvaluationContext(EnvironmentContext environment, IdentityContext identity, Segments segments, Features features)