toggle menu
neat-validation
3.1.0
common
switch theme
search in API
neat-validation
/
neat.collections
/
min
min
fun
<
T
:
Collection
<
*
>
,
V
:
Validators
<
T
>
>
V
.
min
(
value
:
Int
,
message
:
(
T
)
->
String
=
{ "$label collection should have more than $value item(s), but has ${it.size} items(s) instead" }
)
:
V
val
<
T
:
Collection
<
*
>
>
Validator
<
T
>
.
min
:
Int
?