Holder

class Holder<T>(storedValue: T)

Properties

Link copied to clipboard
var value: T