krayon
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
krayon
selection
/
com.juul.krayon.selection
/
selectAll
select
All
fun
<
E1
:
Element
,
E2
:
Element
,
D
>
Selection
<
E1
,
D
>
.
selectAll
(
selector
:
ElementSelector
<
E2
>
)
:
Selection
<
E2
,
D
>
inline
fun
<
E1
:
Element
,
E2
:
Element
,
D
>
Selection
<
E1
,
D
>
.
selectAll
(
crossinline
select
:
E1
.
(
Arguments
<
D
,
E1
?
>
)
->
Sequence
<
E2
>
)
:
Selection
<
E2
,
D
>
See analogous
d3 function
.