get

operator fun get(key: TKey): TValue(source)

Gets the value associated with the given key or throws an exception, if the key is not present in this registry.

Parameters

key

The key to check