ostack-kform
Toggle table of contents
0.31.6
common
Platform filter
common
Switch theme
Search in API
ostack-kform
kform
/
tech.ostack.kform.schemas
/
IntSchema
/
IntSchema
Int
Schema
constructor
(
vararg
validations
:
Validation
<
Int
>
,
initialValue
:
Int
=
0
)
(
source
)
constructor
(
validations
:
Iterable
<
Validation
<
Int
>
>
=
emptyList()
,
initialValue
:
Int
=
0
)
(
source
)