Skip to content

Instantly share code, notes, and snippets.

@CesarValiente
Created February 9, 2019 15:26
Show Gist options
  • Save CesarValiente/1f7252dbb214ffab727e4cc39880ea2f to your computer and use it in GitHub Desktop.
Save CesarValiente/1f7252dbb214ffab727e4cc39880ea2f to your computer and use it in GitHub Desktop.
object TestStore : Store(
storeThread = null,
logger = { tag, message -> Log.d(tag, message) }) {
fun clear() {
sideEffects.clear()
stateHandlers.clear()
state = State()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment