Key

class Key<T>(val default: T)

A key for a specific extra value.

Keys do not implement equals/hashCode and are only compared using instance equality.

Constructors

Link copied to clipboard
constructor(default: T)

Types

Link copied to clipboard
object Companion

Public to support static extensions.

Properties

Link copied to clipboard
val default: T