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

Key

data class Key<out K>
Deprecated: Switch from Assert to Expect; will be removed with 1.0.0 -- see https://github.com/robstoll/atrium/releases/tag/v0.12.0#migration for migration hints and scripts.

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