metro
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
metro
runtime
/
dev.zacsweers.metro.internal
/
DoubleCheck
/
Companion
/
lazy
lazy
fun
<
P
:
Provider
<
T
>
,
T
:
Any
>
lazy
(
provider
:
P
)
:
Lazy
<
T
>
(
source
)
Returns a
Lazy
that caches the value from the given provider.