-
public final class UnleashState
-
-
Constructor Summary
Constructors Constructor Description UnleashState(UnleashContext context, Map<String, Toggle> toggles)
-
Method Summary
Modifier and Type Method Description final UnleashContextgetContext()final Map<String, Toggle>getToggles()-
-
Constructor Detail
-
UnleashState
UnleashState(UnleashContext context, Map<String, Toggle> toggles)
-
-
Method Detail
-
getContext
final UnleashContext getContext()
-
getToggles
final Map<String, Toggle> getToggles()
-
-
-
-