toggle menu
symphony-selector
3.0.2
common
switch theme
search in API
symphony-selector
/
symphony
Package-level
declarations
Types
Functions
Types
Grouped
Selection
Manager
Link copied to clipboard
interface
GroupedSelectionManager
<
out
G
,
out
T
>
:
SelectionManager
<
T
,
GroupedSelected
<
G
,
T
>
>
Linear
Selection
Manager
Link copied to clipboard
interface
LinearSelectionManager
<
out
T
>
:
SelectionManager
<
T
,
LinearSelected
<
T
>
>
Selection
Manager
Link copied to clipboard
interface
SelectionManager
<
out
T
,
out
S
:
Selected
<
T
>
>
Functions
selector
Of
Link copied to clipboard
inline
fun
selectorOf
(
)
:
LinearSelectionManager
<
Nothing
>
inline
fun
<
G
,
T
>
selectorOf
(
paginator
:
GroupedPaginationManager
<
G
,
T
>
)
:
GroupedSelectionManager
<
G
,
T
>
inline
fun
<
T
>
selectorOf
(
paginator
:
LinearPaginationManager
<
T
>
)
:
LinearSelectionManager
<
T
>
inline
fun
<
T
>
selectorOf
(
paginator
:
PaginationManager
<
T
,
*
,
*
>
)
:
SelectionManager
<
T
,
*
>