orEmpty

fun Int?.orEmpty(defaultValue: Int = Int.empty()): Int
fun Float?.orEmpty(defaultValue: Float = Float.empty()): Float
fun Long?.orEmpty(defaultValue: Long = Long.empty()): Long