Companion

object Companion

Functions

Link copied to clipboard
fun <K : Any, V : Any> of(vararg entries: Pair<K, Loadable<V>>): ImmutableRegisteringMap<K, V>
fun <K : Any, V : Any> of(entries: Iterable<Pair<K, Loadable<V>>>): ImmutableRegisteringMap<K, V>