nova-parent
Toggle table of contents
0.18-alpha.14
jvm
Platform filter
jvm
Switch theme
Search in API
nova-parent
nova
/
xyz.xenondevs.nova.context
/
Context
/
Builder
/
param
param
fun
<
V
:
Any
>
param
(
paramType
:
ContextParamType
<
V
>
,
value
:
V
?
)
:
Context.Builder
<
I
>
Sets the given
paramType
to the given
value
.
Throws
Illegal
Argument
Exception
If the given
value
is invalid for the given
paramType
.