stdx-kt
1.3.0
common
stdx-core
/
dev.schlaubi.stdx.core
/
nullIfBlank
null
If
Blank
inline
fun
<
C
:
CharSequence
>
C
.
nullIfBlank
(
)
:
C
?
Returns
null
if this String
isBlank
or the String itself
See also
is
Blank
if
Blank