ClientTypeMap

class ClientTypeMap<out T>

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val size: Int

Functions

Link copied to clipboard
operator fun contains(clientType: ClientType): Boolean
Link copied to clipboard
operator fun get(clientType: ClientType): T
Link copied to clipboard
fun getOrNull(clientId: Int): T?
fun getOrNull(clientType: ClientType): T?