Also, if your custom events are triggered by anoth...
# rx
a
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 }