`fun <T> bindHome(binder: Action2<Behavio...
# announcements
c
fun <T> bindHome(binder: Action2<BehaviorRelay<T>, (T) -> Unit>, thing: MyThing)
?