mapTo (original) (raw)

Applies the given transform function to each element of the original array and appends the results to the given destination.

Since Kotlin

1.0


Applies the given transform function to each element of the original collection and appends the results to the given destination.

Since Kotlin

1.0


Applies the given transform function to each entry of the original map and appends the results to the given destination.

Since Kotlin

1.0


Applies the given transform function to each element of the original array and appends the results to the given destination.

Since Kotlin

1.3