toggle menu
nova-parent
0.17-alpha.38
jvm
switch theme
search in API
nova
/
xyz.xenondevs.nova.context
/
Context
/
Builder
Builder
class
Builder
<
I
:
ContextIntention
>
Builder for
Context
.
Members
Functions
build
Link copied to clipboard
fun
build
(
)
:
Context
<
I
>
Builds the context.
param
Link copied to clipboard
fun
<
V
:
Any
>
param
(
paramType
:
ContextParamType
<
V
>
,
value
:
V
?
)
:
Context.Builder
<
I
>
Sets the given
paramType
to the given
value
.