val relay = BehaviorRelay.create() fun bindHome(binder: Action2, (*) -> Unit>, thing: MyThing) = binder.call(relay, { thing.setString(it) })