ImprovTools
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ImprovTools
components
/
com.brokenkernel.components.filteredlist
/
ItemColumnLazyList
Item
Column
Lazy
List
@
Composable
@
PublishedApi
internal
fun
<
I
>
ItemColumnLazyList
(
itemList
:
ImmutableMap
<
String
,
List
<
I
>
>
,
itemToKey
:
(
I
)
->
Any
,
itemDoesMatch
:
(
I
)
->
Boolean
,
modifier
:
Modifier
=
Modifier
,
itemToListItem
:
@
Composable
(
I
)
->
Unit
)
Parameters
I
item type