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