Join Slack
Powered by
Also, if your custom events are triggered by anoth...
# rx
a
alex.hart
09/05/2017, 3:59 PM
Also, if your custom events are triggered by another event (like a click or something) you could use RxBindings to expose these events quite simply:
val selection = RxView.clicks(this).map { mapToSelection }
Open in Slack
Previous
Next