public class TemplatePlaceholder<TTemplate>
A placeholder that is also a template
| Constructor and Description |
|---|
TemplatePlaceholder()
A placeholder that is also a template
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(TTemplate template) |
void |
invoke(kotlin.jvm.functions.Function1<? super TTemplate,kotlin.Unit> content) |