//Extensions for Dagger Hilt/it.czerwinski.android.hilt/getValue

getValue

[androidJvm]
Content
operator fun <T> Lazy<T>.getValue(thisRef: Any?, property: KProperty<*>): T
More info

Returns the value of the property for the given object from this lazily-computed value handle.

[androidJvm]
Content
operator fun <T> Provider<T>.getValue(thisRef: Any?, property: KProperty<*>): T
More info

Returns the value of the property for the given object from this provider.