getOr

infix inline fun <T> Box<T>.getOr(another: T): T(source)
infix inline fun <T> Box<T>.getOr(another: () -> T): T(source)