-
public class EvaluationContext.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final EvaluationContextEMPTYpublic final static EvaluationContext.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final EvaluationContextgetEMPTY()An evaluation context with no targeting key and no attributes. -
-
Method Detail
-
getEMPTY
final EvaluationContext getEMPTY()
An evaluation context with no targeting key and no attributes.
Use this when you want to evaluate flags without any targeting or user attributes. This constant provides a standard empty context for such evaluations.
-
-
-
-