notNull

fun <T : Any> Maybe<T?>.notNull(): Maybe<T>

Returns a Maybe that emits the value emitted by this Maybe only if it is not null, completes otherwise.