stdx-kt
Toggle table of contents
2.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
stdx-kt
core
/
dev.schlaubi.stdx.core
/
nullIfBlank
null
If
Blank
inline
fun
<
C
:
CharSequence
>
C
.
nullIfBlank
(
)
:
C
?
(
source
)
Returns
null
if this String
isBlank
or the String itself
See also
is
Blank
if
Blank