Companion

object Companion

Properties

Link copied to clipboard
val META_ITEM_NAME_TOKEN: NameToken

A name token used to designate tree node meta

Link copied to clipboard
const val TYPE: String

Functions

Link copied to clipboard
inline fun <T : Any> empty(meta: Meta = Meta.EMPTY): DataTree<T>
Link copied to clipboard
fun <T : Any> emptyWithType(type: KType, meta: Meta = Meta.EMPTY): DataTree<T>