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

jsMain.org.kodein.di.internal.lang.kt Maven / Gradle / Ivy

There is a newer version: 7.22.0
Show newest version
package org.kodein.di.internal

internal actual fun  newConcurrentMap(): MutableMap = HashMap()
internal actual fun  newLinkedList(): MutableList = ArrayList()
internal actual fun  newLinkedList(c: Collection): MutableList = ArrayList(c)

public actual inline fun  maySynchronized(lock: Any?, block: () -> R): R = block()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy