quarkdown
Toggle table of contents
latest
jvm
Platform filter
jvm
Switch theme
Search in API
quarkdown
quarkdown-core
/
com.quarkdown.core.function
/
SimpleFunction
/
SimpleFunction
Simple
Function
constructor
(
name
:
String
,
parameters
:
List
<
FunctionParameter
<
*
>
>
,
validators
:
List
<
FunctionCallValidator
<
T
>
>
=
emptyList()
,
invoke
:
(
ArgumentBindings
)
->
T
)