I have an extension for that `fun Observer<Unit...
# rx
p
I have an extension for that
fun Observer<Unit>.onNext() = onNext(Unit)
👍🏼 2