Companion

object Companion

Functions

Link copied to clipboard
fun <K : Any, V : Any> of(): MutableRegisteringMap<K, V>

Creates a new MutableRegisteringMap.

fun <K : Any, V : Any> of(vararg pairs: Pair<K, Loadable<V>>): MutableRegisteringMap<K, V>

Creates a new MutableRegisteringMap with the given entries.