An immutable context, which can be used like a map.

Static methods

staticinlineclone(this:ElementTree):AdjustableContext

Clones this context as an AdjustableContext.

staticinlinecreate(elements:Rest<IElement<Any>>):AdjustableContext

Creates a new AdjustableContext containing the elements associations.

staticinlineget<T>(this:ElementTree, key:Key<T>):Null<T>

Returns the value associated with key, or null if no such value exists.

staticinlinetoString(this:ElementTree):String

Returns a string representation of this context.