core
0.18.4
js
core
/
de.peekandpoke.kraft.addons.forms.validation.collections
/
minCount
min
Count
js
fun
<
T
:
Collection
<
*
>
>
minCount
(
count
:
Int
,
message
:
(
T
)
->
String
)
:
Rule
<
T
>
Content copied to clipboard
fun
<
T
:
Collection
<
*
>
>
minCount
(
count
:
Int
,
message
:
String
=
"Must have at least "
)
:
Rule
<
T
>
Content copied to clipboard