core
0.1.7
core
/
de.peekandpoke.kraft.addons.forms.validation
/
anyOf
any
Of
fun
<
T
>
anyOf
(
values
:
(
)
->
Collection
<
T
>
,
message
:
(
T
)
->
String
)
:
Rule
<
T
>
Content copied to clipboard
fun
<
T
>
anyOf
(
values
:
Collection
<
T
>
,
message
:
String
=
"Must be a valid input"
)
:
Rule
<
T
>
Content copied to clipboard