metro
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
metro
runtime
/
dev.zacsweers.metro.internal
/
ProviderOfLazy
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
create
Link copied to clipboard
fun
<
T
:
Any
>
create
(
provider
:
Provider
<
T
>
)
:
Provider
<
Lazy
<
T
>
>
Creates a new
Provider
>
that decorates the given
provider
.