Skip to content

Instantly share code, notes, and snippets.

@lookashc
Created December 21, 2020 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lookashc/aa44418fa8f36437658f28a3b24b593c to your computer and use it in GitHub Desktop.
Save lookashc/aa44418fa8f36437658f28a3b24b593c to your computer and use it in GitHub Desktop.
medium-feature-toggle-gist2
interface FeatureToggle<T : Any> {
val feature: Feature<T>
var value: T
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment