korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-template
/
korlibs.template
/
KorteFunction
Korte
Function
data
class
KorteFunction
(
val
name
:
String
,
val
eval
:
suspend
KorteTemplate.EvalContext
.
(
args
:
List
<
Any
?
>
)
->
Any
?
)
Members
Constructors
Korte
Function
Link copied to clipboard
constructor
(
name
:
String
,
eval
:
suspend
KorteTemplate.EvalContext
.
(
args
:
List
<
Any
?
>
)
->
Any
?
)
Properties
eval
Link copied to clipboard
val
eval
:
suspend
KorteTemplate.EvalContext
.
(
args
:
List
<
Any
?
>
)
->
Any
?
name
Link copied to clipboard
val
name
:
String
Functions
eval
Link copied to clipboard
suspend
fun
eval
(
args
:
List
<
Any
?
>
,
context
:
KorteTemplate.EvalContext
)
:
Any
?