flatMapTo
Appends all elements yielded from results of transform function being invoked on each element of original array, to the given destination.
Since Kotlin
1.0Appends all elements yielded from results of transform function being invoked on each element of original array, to the given destination.
Since Kotlin
1.4Appends all elements yielded from results of transform function being invoked on each element of original collection, to the given destination.
Since Kotlin
1.0Appends all elements yielded from results of transform function being invoked on each element of original collection, to the given destination.
Since Kotlin
1.4Appends all elements yielded from results of transform function being invoked on each entry of original map, to the given destination.
Since Kotlin
1.0Appends all elements yielded from results of transform function being invoked on each entry of original map, to the given destination.
Since Kotlin
1.4Appends all elements yielded from results of transform function being invoked on each element of original array, to the given destination.