stream-chat-android
Toggle table of contents
7.2.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
stream-chat-android
stream-chat-android-core
/
io.getstream.chat.android.core.internal.lazy
/
ParameterizedLazy
/
ParameterizedLazy
Parameterized
Lazy
constructor
(
initializer
:
suspend
(
T
)
->
R
)
Parameters
initializer
A function that creates a new value based on the parameter.