ifNullOrBlank

private fun String?.ifNullOrBlank(then: () -> String): String(source)

Returns this if this is neither null nor blank, and returns the output of then otherwise.