public class PlaceholderList<TOuter,TInner>
Placeholder that can appear multiple times
| Constructor and Description |
|---|
PlaceholderList()
Placeholder that can appear multiple times
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(TOuter destination,
kotlin.jvm.functions.Function2<? super TOuter,? super io.ktor.html.PlaceholderItem<TInner>,kotlin.Unit> render) |
void |
invoke(java.lang.String meta,
kotlin.jvm.functions.Function2<? super TInner,? super io.ktor.html.Placeholder<TInner>,kotlin.Unit> content) |
boolean |
isEmpty() |
public PlaceholderList()
Placeholder that can appear multiple times
public void invoke(java.lang.String meta,
kotlin.jvm.functions.Function2<? super TInner,? super io.ktor.html.Placeholder<TInner>,kotlin.Unit> content)
public boolean isEmpty()
public void apply(TOuter destination,
kotlin.jvm.functions.Function2<? super TOuter,? super io.ktor.html.PlaceholderItem<TInner>,kotlin.Unit> render)