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

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

There is a newer version: 11.4.1
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