if I have function ```fun <T> Single<T&gt...
# announcements
r
if I have function
Copy code
fun <T> Single<T>.sub(onNext: (T) -> Unit ): Disposable
can I specify default value for onNext block? how?