StrongFeatureFlags

Inheritors

Functions

Link copied to clipboard
abstract fun get(flag: BooleanFeatureFlag): Boolean

Calculates the value of a boolean feature flag

abstract fun get(flag: DoubleFeatureFlag): Double

Calculates the value of a double feature flag

abstract fun <T : Enum<T>> get(flag: EnumFeatureFlag<T>): T

Calculates the value of an enum feature flag

abstract fun get(flag: IntFeatureFlag): Int

Calculates the value of an int feature flag

abstract fun <T : Any> get(flag: JsonFeatureFlag<T>): T

Calculates the value of a json feature flag

abstract fun get(flag: StringFeatureFlag): String

Calculates the value of a string feature flag