open class PlaceholderList<TOuter, TInner>
Placeholder that can appear multiple times
PlaceholderList()
Placeholder that can appear multiple times |
fun apply(destination: TOuter, render: TOuter.(PlaceholderItem<TInner>) -> Unit): Unit |
|
operator fun invoke(meta: String = "", content: TInner.(Placeholder<TInner>) -> Unit = {}): Unit |
|
fun isEmpty(): Boolean |