map
Returns a GdxArray containing the results of applying the given transform function to each element in the original GdxArray.
inline fun <Key, Value, R> GdxMap<Key, Value>.map(transform: (ObjectMap.Entry<Key, Value>) -> R): GdxMap<Key, R>
Returns a GdxMap containing the results of applying the given transform function to each entry in the original GdxMap.
Returns a GdxSet containing the results of applying the given transform function to each entry in the original GdxSet.