toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.util
/
CollectionUtils
/
toList
to
List
API
open
fun
<
T
>
toList
(
things
:
Iterable
<
out
T
>
)
:
List
<
T
>
(
source
)
open
fun
<
T
>
toList
(
things
:
Enumeration
<
out
T
>
)
:
List
<
T
>
(
source
)
open
fun
<
T
>
toList
(
things
:
Array
<
T
>
)
:
List
<
T
>
(
source
)