fun <T> Observer<T>.tee(vararg teeTo: Observer<T>): Observer<T>
Copy an Observer to multiple other Observers.