All Downloads are FREE. Search and download functionalities are using the official Maven repository.

iosMain.com.revenuecat.purchases.kmp.mappings.ktx.Map.kt Maven / Gradle / Ivy

There is a newer version: 1.3.2+13.9.0
Show newest version
package com.revenuecat.purchases.kmp.mappings.ktx

internal inline fun  Map.mapEntries(
    transform: (Map.Entry) -> Pair
): Map = entries.associate(transform)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy