doOnAfterComplete

fun <T> Observable<T>.doOnAfterComplete(action: () -> Unit): Observable<T>

Calls the action when the Observable signals onComplete. The action is called after the observer is called.