ifNotNullThen

fun String?.ifNotNullThen(content: (String) -> String): String

Shorthand for null-checking if this is defined (not null) then return content, otherwise return empty string