quarkdown
Toggle table of contents
2.3.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
quarkdown
quarkdown-core
/
com.quarkdown.core.parser.walker.lambda
/
ParsedLambda
/
ParsedLambda
Parsed
Lambda
constructor
(
parameters
:
List
<
LambdaParameter
>
,
body
:
String
)
Parameters
parameters
named parameters of the lambda, empty if no header is present
body
the body content of the lambda