Objectify

class Objectify<T>(var obj: T)

Make some type (probably a primitive type) into an object that holds one of them

Constructors

Link copied to clipboard
constructor(obj: T)

Properties

Link copied to clipboard
var obj: T