toggle menu
akkurate
common
switch theme
search in API
akkurate-core
/
dev.nesk.akkurate.validatables
/
ValidatableCompound
Validatable
Compound
class
ValidatableCompound
<
T
>
Members
Properties
validatables
Link copied to clipboard
val
validatables
:
List
<
Validatable
<
T
>
>
Functions
and
Link copied to clipboard
infix
fun
and
(
other
:
ValidatableCompound
<
T
>
)
:
ValidatableCompound
<
T
>
infix
fun
and
(
other
:
Validatable
<
T
>
)
:
ValidatableCompound
<
T
>
invoke
Link copied to clipboard
inline operator
fun
invoke
(
block
:
Validatable
<
T
>
.
(
)
->
Unit
)