mikebaum / RxUI

A toolkit for reactive (event/stream) based UI development on the JVM
Apache License 2.0
0 stars 0 forks source link

Added a two versions of SwitchMap that produce a PropertyStream. #47

Closed mikebaum closed 8 years ago

mikebaum commented 8 years ago

1) Added switchMap method to EventStream that converts from an EventStream -> PropertyStream 2) Added swirchMap method to PropertyStream that switches only between property streams

This completes issue #45.