Lazy

constructor(initializer: () -> T)
constructor(lazy: Lazy<T>)