|
| 1 | +<!doctype html> |
| 2 | +<html class="no-js"> |
| 3 | +<head> |
| 4 | + <meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8"> |
| 5 | + <title>ID</title> |
| 6 | +<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg"> <!-- 百度统计 --> |
| 7 | + <!--suppress ES6ConvertVarToLetConst --> |
| 8 | + <script> |
| 9 | + var _hmt = _hmt || []; |
| 10 | + (function () { |
| 11 | + const hm = document.createElement("script"); |
| 12 | + hm.src = "https://hm.baidu.com/hm.js?045f67a122223db9432c7856fc942fad"; |
| 13 | + const s = document.getElementsByTagName("script")[0]; |
| 14 | + s.parentNode.insertBefore(hm, s); |
| 15 | + })(); |
| 16 | + </script> |
| 17 | + <!-- Google tag (gtag.js) --> |
| 18 | + <script async src="https://www.googletagmanager.com/gtag/js?id=G-1JWL2DDTB4"></script> |
| 19 | + <script> |
| 20 | + window.dataLayer = window.dataLayer || []; |
| 21 | + function gtag(){dataLayer.push(arguments);} |
| 22 | + gtag('js', new Date()); |
| 23 | + |
| 24 | + gtag('config', 'G-1JWL2DDTB4'); |
| 25 | + </script> |
| 26 | + <script>var pathToRoot = "../../../";</script> |
| 27 | + <script>document.documentElement.classList.replace("no-js","js");</script> |
| 28 | + <script>const storage = localStorage.getItem("dokka-dark-mode") |
| 29 | + if (storage == null) { |
| 30 | + const osDarkSchemePreferred = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches |
| 31 | + if (osDarkSchemePreferred === true) { |
| 32 | + document.getElementsByTagName("html")[0].classList.add("theme-dark") |
| 33 | + } |
| 34 | + } else { |
| 35 | + const savedDarkMode = JSON.parse(storage) |
| 36 | + if(savedDarkMode === true) { |
| 37 | + document.getElementsByTagName("html")[0].classList.add("theme-dark") |
| 38 | + } |
| 39 | + } |
| 40 | + </script> |
| 41 | +<script type="text/javascript" src="https://unpkg.com/kotlin-playground@1/dist/playground.min.js" async></script> |
| 42 | +<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async></script> |
| 43 | +<link href="../../../styles/style.css" rel="Stylesheet"> |
| 44 | +<link href="../../../styles/main.css" rel="Stylesheet"> |
| 45 | +<link href="../../../styles/prism.css" rel="Stylesheet"> |
| 46 | +<link href="../../../styles/logo-styles.css" rel="Stylesheet"> |
| 47 | +<link href="../../../styles/font-jb-sans-auto.css" rel="Stylesheet"> |
| 48 | +<script type="text/javascript" src="../../../scripts/clipboard.js" async></script> |
| 49 | +<script type="text/javascript" src="../../../scripts/navigation-loader.js" async></script> |
| 50 | +<script type="text/javascript" src="../../../scripts/platform-content-handler.js" async></script> |
| 51 | +<script type="text/javascript" src="../../../scripts/main.js" defer></script> |
| 52 | +<script type="text/javascript" src="../../../scripts/prism.js" async></script> |
| 53 | +<script type="text/javascript" src="../../../scripts/symbol-parameters-wrapper_deferred.js" defer></script> |
| 54 | +<link href="../../../images/logo-icon.svg"> |
| 55 | +<link href="../../../images/logo-icon-light.svg"> |
| 56 | +<link href="../../../styles/kdoc-style.css" rel="Stylesheet"></head> |
| 57 | +<body> |
| 58 | + <div class="root"> |
| 59 | +<nav class="navigation" id="navigation-wrapper"> |
| 60 | + <div class="navigation--inner"> |
| 61 | + <div class="navigation-title"> |
| 62 | + <button class="menu-toggle" id="menu-toggle" type="button">toggle menu</button> |
| 63 | + <div class="library-name"> |
| 64 | +<a class="library-name--link" href="../../../index.html"> |
| 65 | + Simple Robot |
| 66 | + </a> </div> |
| 67 | + <div class="library-version">4.6.1-SNAPSHOT |
| 68 | + </div> |
| 69 | + </div> |
| 70 | + <div class="filter-section" id="filter-section"> |
| 71 | + <button class="platform-tag platform-selector common-like" data-active="" data-filter=":simbot-commons:simbot-common-core:dokkaHtmlPartial/commonMain">common</button> |
| 72 | + </div> |
| 73 | + </div> |
| 74 | + <div class="navigation-controls"> |
| 75 | + <a class="navigation-controls--btn navigation-controls--homepage" id="homepage-link" href="https://github.com/simple-robot/simpler-robot"></a> |
| 76 | + <button class="navigation-controls--btn navigation-controls--theme" id="theme-toggle-button" type="button">switch theme</button> |
| 77 | + <div class="navigation-controls--btn navigation-controls--search" id="searchBar" role="button">search in API</div> |
| 78 | + </div> |
| 79 | +</nav> |
| 80 | + <div id="container"> |
| 81 | + <div class="sidebar" id="leftColumn"> |
| 82 | + <div class="sidebar--inner" id="sideMenu"></div> |
| 83 | + </div> |
| 84 | + <div id="main"> |
| 85 | +<div class="main-content" data-page-type="member" id="content" pageids="simbot-common-core::love.forte.simbot.common.id//ID/kotlin.uuid.Uuid#/PointingToDeclaration//1624946002"> |
| 86 | + <div class="breadcrumbs"><a href="../index.html">simbot-common-core</a><span class="delimiter">/</span><a href="index.html">love.forte.simbot.common.id</a><span class="delimiter">/</span><span class="current">ID</span></div> |
| 87 | + <div class="cover "> |
| 88 | + <h1 class="cover"><span><span>ID</span></span></h1> |
| 89 | + </div> |
| 90 | + <div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":simbot-commons:simbot-common-core:dokkaHtmlPartial/commonMain"><div class="symbol monospace"><div class="block"><div class="block"><span class="token annotation builtin">@</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.uuid/-experimental-uuid-api/index.html"><span class="token annotation builtin">ExperimentalUuidApi</span></a></div><div class="block"><span class="token annotation builtin">@get:</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-name/index.html"><span class="token annotation builtin">JvmName</span></a><span class="token punctuation">(</span><span>name<span class="token operator"> = </span><span class="breakable-word"><span class="token string">"uuid"</span></span></span><wbr><span class="token punctuation">)</span></div></div><span class="token keyword">val </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.uuid/-uuid/index.html">Uuid</a><span class="token punctuation">.</span><a href="-i-d.html">ID</a><span class="token operator">: </span><a href="-u-u-i-d/index.html">UUID</a><span class="clearfix"><span class="floating-right">(<a href="https://github.com/simple-robot/simpler-robot/tree/v4-dev/simbot-commons/simbot-common-core/src//commonMain/kotlin/love/forte/simbot/common/id/ID.kt#L1156">source</a>)</span></span></div><p class="paragraph">通过一个 <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.uuid/-uuid/index.html">kotlin.uuid.Uuid</a> 构建 <a href="-u-u-i-d/index.html">UUID</a>.</p><span class="kdoc-tag"><h4 class="">Since</h4><p class="paragraph">4.6.1</p></span></div></div> |
| 91 | +</div> |
| 92 | + <div class="footer"> |
| 93 | + <span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2021-2024 <a href="https://github.com/simple-robot">Simple Robot</a>. All rights reserved.</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span> |
| 94 | + </div> |
| 95 | + </div> |
| 96 | + </div> |
| 97 | + </div> |
| 98 | +</body> |
| 99 | +</html> |
| 100 | + |
0 commit comments