etiennelenhart / Eiffel

Redux-inspired Android architecture library leveraging Architecture Components and Kotlin Coroutines
MIT License
211 stars 14 forks source link

Scope 'Reaction' builder functions #92

Closed etiennelenhart closed 5 years ago

etiennelenhart commented 5 years ago

Since builder functions for Reaction and LiveReaction are solely used in their respective Command builders, they can be scoped to these contexts. This reduces some global namespace clutter.