fun <T : Any> onSuccess(single: Single<out T>, handler: (T) -> R): Unit
Defines a case that is selected when single completes successfully, and is passed the value emitted by single.
single