doOnAfterComplete

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

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