AutoTweaker API
Toggle table of contents
0.2.0-alpha.1+d0e71621
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.base
/
ShortIdMapper
/
uuid
uuid
jvm
suspend
fun
uuid
(
short
:
String
)
:
UUID
?
(
source
)
获取 36 进制字符串短 id 对应的
UUID
。
suspend
fun
uuid
(
short
:
Long
)
:
UUID
?
(
source
)
获取短 id 对应的
UUID
。