types
/
kotools.types.string
/
NotBlankString
/
Companion
/
orNull
common
or
Null
infix
fun
orNull
(
value
:
String
)
:
NotBlankString
?
Content copied to clipboard
Returns the
value
as a
NotBlankString
, or returns
null
if the
value
is blank.