flatMap
Returns a single list of all elements yielded from results of transform function being invoked on each element of original array.
Since Kotlin
1.0Samples
Returns a single list of all elements yielded from results of transform function being invoked on each element of original array.
Since Kotlin
1.4Samples
Returns a single list of all elements yielded from results of transform function being invoked on each element of original collection.
Since Kotlin
1.0Samples
Returns a single list of all elements yielded from results of transform function being invoked on each element of original collection.
Since Kotlin
1.4Samples
Returns a single list of all elements yielded from results of transform function being invoked on each entry of original map.
Since Kotlin
1.0Samples
Returns a single list of all elements yielded from results of transform function being invoked on each entry of original map.
Since Kotlin
1.4Samples
Returns a single list of all elements yielded from results of transform function being invoked on each element of original array.