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 switchMap method to EventStream. #46

Closed mikebaum closed 8 years ago

mikebaum commented 8 years ago

This partially fixes Issue #45. Still need to add a variant of this method that switches between Properties.

As part of this task, I fixed an issue with the LiftEventPublisher, where dispose notifications where not being communicated up the chain.