Skip to content

Instantly share code, notes, and snippets.

@linean
Created April 13, 2022 17:16
Show Gist options
  • Select an option

  • Save linean/cb2659b7f84b246eab2293a34e2587e0 to your computer and use it in GitHub Desktop.

Select an option

Save linean/cb2659b7f84b246eab2293a34e2587e0 to your computer and use it in GitHub Desktop.
interface StateReducerFlow<STATE, EVENT> : StateFlow<STATE> {
fun handleEvent(event: EVENT)
}
@linean
Copy link
Copy Markdown
Author

linean commented Apr 13, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment