ParsedLambda

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