core
0.26.4
js
core
/
de.peekandpoke.kraft.addons.forms.validation.strings
/
notEmpty
not
Empty
js
fun
<
T
:
CharSequence
?
>
notEmpty
(
message
:
(
T
)
->
String
)
:
Rule
<
T
>
fun
<
T
:
CharSequence
?
>
notEmpty
(
message
:
String
=
"Must not be empty"
)
:
Rule
<
T
>