issues
search
mikebaum
/
RxUI
A toolkit for reactive (event/stream) based UI development on the JVM
Apache License 2.0
0
stars
0
forks
source link
Add the ability to filter event streams
#29
Closed
mikebaum
closed
8 years ago
mikebaum
commented
8 years ago
Add a OperatorFilter for EventStream
Update PropertyObservable to return an EventStream on the filter method. Use the OperatorFilter on event streams instead of the previous operator filter defined on properties.
Remove the existing OperatorFilter that was used by properties.
mikebaum
commented
8 years ago
Completed as per PR #30.