get

open fun get(): T

Return the object that was bound or throw a NoSuchElementException if no value was bound.

Return

the bound value (never null)

See also

Throws

if no value was bound