orElse

fun orElse(default: Int): Int(source)

returns default if the optional is Missing, or Value.value if is Value.