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

main.nebula.plugin.resolutionrules.extensions.kt Maven / Gradle / Ivy

There is a newer version: 7.0.10
Show newest version
package nebula.plugin.resolutionrules

inline fun  Collection.mapToSet(transform: (T) -> R): Set {
    return mapTo(LinkedHashSet(size), transform)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy