get

operator fun get(key: String): T

Returns the value for the given key or throws an exception if there is no such key in the pool.

Since

1.4.0

See also

Throws

NoSuchElementException

if pool is empty.