In Kotlin it would be `Observable<Unit>` or ...
# rx
m
In Kotlin it would be
Observable<Unit>
or better
Completable
.