invoke

open operator override fun invoke(): Lazy<T>(source)

Returns a new instance of Lazy, which calls Provider.invoke at most once on the Provider held by this object.