MapSL
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MapSL
core
/
dev.keyboardr.mapsl
/
ServiceLocator
/
get
get
fun
<
T
:
Any
,
GetParams
>
get
(
key
:
ServiceKey
<
T
,
*
,
GetParams
,
*
>
,
params
:
GetParams
)
:
T
Fetches an item for
key
. If no provider has been registered, this will delegate to
onMiss
.