toggle menu
osrs-224-internal
1.0.0-ALPHA-20241220
jvm
switch theme
search in API
osrs-224-internal
/
net.rsprot.protocol.common.client
/
ClientTypeMap
/
Companion
/
of
of
inline
fun
<
T
>
of
(
elements
:
List
<
T
>
,
clientCapacity
:
Int
,
clientTypeSelector
:
(
T
)
->
ClientType
)
:
ClientTypeMap
<
T
>
inline
fun
<
E
>
of
(
clientCapacity
:
Int
,
elements
:
List
<
Pair
<
ClientType
,
E
>
>
)
:
ClientTypeMap
<
E
>