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

name.remal.kotlin.collections.MutableSet.kt Maven / Gradle / Ivy

package name.remal

import java.util.Collections.synchronizedSet

fun  MutableSet.asSynchronized(): MutableSet = synchronizedSet(this)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy