Companion

object Companion

Functions

Link copied to clipboard
inline fun <E> of(clientCapacity: Int, elements: List<Pair<ClientType, E>>): ClientTypeMap<E>
inline fun <T> of(elements: List<T>, clientCapacity: Int, clientTypeSelector: (T) -> ClientType): ClientTypeMap<T>
Link copied to clipboard
inline fun <T, E> ofType(elements: List<T>, clientCapacity: Int, clientTypeSelector: (T) -> Pair<ClientType, E>): ClientTypeMap<E>