material-motion / material-motion-android

Reactive motion for Android. Deprecated; please use the Motion library in Material Components for Android instead: https://material.io/develop/android/theming/motion/.
Apache License 2.0
444 stars 26 forks source link

Make stateful operators easier to write #70

Open pingpongboss opened 7 years ago

pingpongboss commented 7 years ago

Stateful operators are difficult to implement correctly, because the same operator instance can be reused across many streams.

This is an android-specific issue, since only android has the stream.compose(operator) pattern.