`ObservableTransformer { it.x().y() }` vs `fun Ob...
# rx
a
ObservableTransformer { it.x().y() }
vs
fun Observable.foo() = this.x().y()
, who wins