observeOn

fun observeOn(on: On, receiver: T.() -> Unit): LifecycleAwareProperty<T>

observes on the On lifecycle state.