toggle menu
neat-validation
3.0.12
common
switch theme
search in API
neat-validation
/
neat.internal
Package-level
declarations
Types
Functions
Types
Validating
Function
Link copied to clipboard
open
class
ValidatingFunction
<
T
,
D
>
(
val
function
:
(
T
&
Any
)
->
Validity
<
T
>
,
val
metadata
:
D
)
Functions
validate
Recursively
Link copied to clipboard
fun
validateRecursively
(
validators
:
CompoundValidators
<
Any
?
>
,
value
:
Any
?
)
:
List
<
Validity
<
*
>
>