ifNotBlank

inline fun <R> String?.ifNotBlank(func: (String) -> R): R?