`fun <T, S> Observable<Pair<T?,S?>....
# announcements
a
fun <T, S> Observable<Pair<T?,S?>.unzip(): Pair<Observable<T>, Observable<S>>
?