delaySubscription

fun <T> Maybe<T>.delaySubscription(delay: Duration, scheduler: Scheduler): Maybe<T>

Delays the actual subscription to the Maybe for the specified time.

Please refer to the corresponding RxJava document.