ImmutableHolder

class ImmutableHolder<T>(val item: T)

Constructors

Link copied to clipboard
constructor(item: T)

Properties

Link copied to clipboard
val item: T

Functions

Link copied to clipboard
operator fun component1(): T