toggle menu
stream-chat-android
6.12.0
jvm
switch theme
search in API
stream-chat-android-core
/
io.getstream.chat.android.core.internal.lazy
/
parameterizedLazy
parameterized
Lazy
fun
<
T
,
R
>
parameterizedLazy
(
initializer
:
suspend
(
T
)
->
R
)
:
ParameterizedLazy
<
T
,
R
>
Creates a
ParameterizedLazy
delegate from the provided
initializer
function.