ifNull

inline fun <T> T?.ifNull(lazyMessage: () -> String): T & Any