Arthas UI
Toggle table of contents
0.5.1
jvm
Platform filter
jvm
Switch theme
Search in API
Arthas UI
Arthas UI
/
io.github.vudsen.arthasui.api.util
Package-level
declarations
Functions
Functions
collect
Stack
Trace
Link copied to clipboard
fun
Exception
.
collectStackTrace
(
)
:
String
收集调用栈
deep
Copy
Link copied to clipboard
fun
<
T
:
DeepCopyable
<
T
>
>
List
<
T
>
.
deepCopy
(
)
:
MutableList
<
T
>
深拷贝数组
map
Mutable
Link copied to clipboard
fun
<
T
,
R
>
List
<
T
>
.
mapMutable
(
cast
:
(
T
)
->
R
)
:
MutableList
<
R
>