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
/
Context
/
Builder
Builder
interface
Builder
<
I
:
ContextIntention
<
I
>
>
Builder for
Context
.
Members
Functions
build
Link copied to clipboard
abstract
fun
build
(
)
:
Context
<
I
>
Builds the context.
param
Link copied to clipboard
abstract
fun
<
V
:
Any
>
param
(
paramType
:
ContextParamType
<
V
,
I
>
,
value
:
V
?
)
:
Context.Builder
<
I
>
Sets the given
paramType
to the given
value
.