get

operator fun get(it: T): Any

Get the value for a given domain key.

Return

Value (from the co-domain) for given domain key.

Parameters

it

Domain key.

Throws

If no such element in the domain is found.