core
0.20.1
js
core
/
de.peekandpoke.kraft.utils
/
LazyLoader
Lazy
Loader
js
class
LazyLoader
Content copied to clipboard
Constructors
Functions
Constructors
Lazy
Loader
Link copied to clipboard
js
fun
LazyLoader
(
)
Content copied to clipboard
Functions
add
Link copied to clipboard
js
fun
<
T
>
add
(
key
:
TypedKey
<
T
>
,
default
:
T
,
flow
:
suspend
(
)
->
Flow
<
T
>
)
:
Stream
<
T
>
Content copied to clipboard