core
0.27.3
js
core
/
de.peekandpoke.kraft.addons.forms.validation.collections
/
exactCount
exact
Count
js
fun
<
T
:
Collection
<
*
>
>
exactCount
(
count
:
Int
,
message
:
(
T
)
->
String
)
:
Rule
<
T
>
fun
<
T
:
Collection
<
*
>
>
exactCount
(
count
:
Int
,
message
:
String
=
"Must have "
)
:
Rule
<
T
>