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