reifyOrNull

abstract fun reifyOrNull(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 returns null.