gradle
8.2-milestone-1
Kotlin DSL
gradle
/
org.gradle.util
/
CollectionUtils
/
single
single
open
fun
<
T
>
single
(
source
:
Iterable
<
out
T
>
)
:
T
Returns the single element in the collection or throws.