doc / ch.tutteli.atrium.api.cc.infix.en_GB / Key

Key

data class Key<out K>

Wrapper for a single key -- can be used as distinguishable type for an overload where K is already in use.

Constructors

<init>

Key(key: K)

Wrapper for a single key -- can be used as distinguishable type for an overload where K is already in use.

Properties

key

val key: K