toggle menu
0.13.0-SNAPSHOT
0.13.0-SNAPSHOT
0.12.5
jvm
switch theme
search in API
modulecheck-utils:lazy
/
modulecheck.utils.lazy
/
lazySet
lazy
Set
fun
<
E
>
lazySet
(
vararg
children
:
LazySetComponent
<
E
>
)
:
LazySet
<
E
>
(
source
)
fun
<
E
>
lazySet
(
priority
:
LazySet.DataSource.Priority
=
MEDIUM
,
dataSource
:
suspend
(
)
->
Set
<
E
>
)
:
LazySet
<
E
>
(
source
)
@
JvmName
(
name
=
"lazySetSingle"
)
fun
<
E
>
lazySet
(
priority
:
LazySet.DataSource.Priority
=
MEDIUM
,
dataSource
:
suspend
(
)
->
E
)
:
LazySet
<
E
>
(
source
)
fun
<
E
>
lazySet
(
children
:
Collection
<
LazySetComponent
<
E
>
>
)
:
LazySet
<
E
>
(
source
)