asDaggerLazy

fun <T : Any> Lazy<T>.asDaggerLazy(): Lazy<T>(source)

Converts a Kotlin Lazy into a Dagger dagger.Lazy.

Return

A dagger.Lazy that delegates its invocation to the source Lazy.