maybeOfEmpty

fun <T> maybeOfEmpty(): Maybe<T>

Returns a Maybe that signals onComplete.

Please refer to the corresponding RxJava document.