KFeel
Toggle table of contents
v1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KFeel
KFeel
/
ca.acendas.kfeel.api
/
FeelContext
/
Companion
/
of
of
fun
of
(
vararg
pairs
:
Pair
<
String
,
Any
?
>
)
:
FeelContext
Create context from variable pairs.
Example:
val ctx = FeelContext.of("x" to 10, "y" to 20)
Content copied to clipboard