Because it's a representation of a higher order fu...
# rx
j
Because it's a representation of a higher order function that lets you pass around observable operators as data
👍 1
a
I think the question was, in Kotlin you can pass around
transform: Observable<T>.() -> Observable<R>
so there doesn’t seem to be a need for
ObservableTransformer
when writing Kotlin code
👍 1