-
- All Implemented Interfaces:
public final class FeatureToggleManager
-
-
Constructor Summary
Constructors Constructor Description FeatureToggleManager(Storage storage)
-
Method Summary
Modifier and Type Method Description final BooleanisEnabled(FeatureToggle toggle)final UnitchangeValue(FeatureToggle toggle, Boolean value)-
-
Constructor Detail
-
FeatureToggleManager
FeatureToggleManager(Storage storage)
-
-
Method Detail
-
isEnabled
final Boolean isEnabled(FeatureToggle toggle)
-
changeValue
final Unit changeValue(FeatureToggle toggle, Boolean value)
-
-
-
-