Simple Robot
Toggle table of contents
4.11.0
common
Platform filter
common
Switch theme
Search in API
Simple Robot
simbot-common-core
/
love.forte.simbot.common.id
/
UUID
/
toString
to
String
open
override
fun
toString
(
)
:
String
(
source
)
得到 UUID 的字符串字面值。
UUID
的字符串值在计算后会被缓存,后续获取将会直接得到结果。
但是不能保证计算次数,如果同时有多个线程访问,依然可能产生多次字符串计算, 但是最终结果是相同的。