FeatureFlag

interface FeatureFlag<T : Any>

Properties

Link copied to clipboard
abstract val attributes: Attributes

The attributes of this feature flag, provided during flag evaluation

Link copied to clipboard
abstract val feature: Feature

Feature name of the feature flag

Link copied to clipboard
abstract val key: String

Unique primary key for the entity the flag should be evaluated against.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard