ProviderOfLazy

A Provider of Lazy instances that each delegate to a given Provider.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open operator override fun invoke(): Lazy<T>

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