nova
Toggle table of contents
0.23.0-alpha.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
nova
nova
/
xyz.xenondevs.nova.context
/
DefaultingContextParamType
/
DefaultingContextParamType
Defaulting
Context
Param
Type
constructor
(
id
:
Key
,
default
:
V
,
validate
:
(
V
)
->
Boolean
=
{ true }
,
copy
:
(
V
)
->
V
=
{ it }
)