toggle menu
kotlin-stdlib-project
0.1.0-SNAPSHOT
common
switch theme
search in API
kotlin-stdlib
/
com.javiersc.kotlin.stdlib.validate
Package-level
declarations
Types
Functions
Types
Validator
Link copied to clipboard
class
Validator
<
V
:
Any
>
Validator
Scope
Link copied to clipboard
class
ValidatorScope
<
V
:
Any
>
Functions
validate
With
Link copied to clipboard
inline
fun
<
T
:
Any
>
T
.
validateWith
(
validator
:
Validator
<
T
>
)
:
Either
<
String
,
T
>