core
0.16.3
core
/
de.peekandpoke.kraft.addons.forms.validation.collections
/
notEmpty
not
Empty
fun
<
T
:
Collection
<
*
>
>
notEmpty
(
message
:
(
T
)
->
String
)
:
Rule
<
T
>
Content copied to clipboard
fun
<
T
:
Collection
<
*
>
>
notEmpty
(
message
:
String
=
"Must not be empty"
)
:
Rule
<
T
>
Content copied to clipboard