metro
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
metro
runtime-coroutines
/
dev.zacsweers.metro
/
memoizeAsLazy
memoize
As
Lazy
@
ExperimentalMetroCoroutinesApi
fun
<
T
>
SuspendProvider
<
T
>
.
memoizeAsLazy
(
)
:
SuspendLazy
<
T
>
(
source
)
Returns a memoizing
SuspendLazy
instance of this provider.