reify

abstract fun reify(element: Any?): Element(source)

Checks if the element lays in described by this instance domain, and if the element does lay in the domain, returns it, otherwise throws ReificationException.

Throws

iff the element is not a part of the described domain.