create

fun <T : Any> create(provider: Provider<T>): Provider<Lazy<T>>(source)

Creates a new Provider> that decorates the given provider.

See also