common-utils
Toggle table of contents
2.8.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
common-utils
core-utils
/
com.pambrose.common.util
/
nullIfBlank
null
If
Blank
fun
String
.
nullIfBlank
(
)
:
String
?
Returns
null
if this
String
is blank, otherwise returns the string itself.