Skip to content

TemplateValue

[Source]

A value that can be used in a template. Either a single value or a sequence of values.

class box TemplateValue

Constructors

create

[Source]

new box create(
  value: (String val | Seq[TemplateValue box] box),
  properties: HashMap[String val, TemplateValue box, HashEq[String val] val] box = qualify)
: TemplateValue box^

Parameters

Returns


Public Functions

apply

[Source]

fun box apply(
  name: String val)
: TemplateValue box ?

Parameters

Returns


string

[Source]

fun box string()
: String val ?

Returns


values

[Source]

fun box values()
: Iterator[TemplateValue box] ref

Returns