library
/
com.secoo.coobox.library.ktx.java.lang
Package com.
secoo.
coobox.
library.
ktx.
java.
lang
Functions
Properties
Functions
half
Link copied to clipboard
fun
Float
.
half
():
Float
Content copied to clipboard
去当前 Float 的 一半
halfFloat
Link copied to clipboard
fun
Int
.
halfFloat
():
Float
Content copied to clipboard
去当前 Int 的 一半值(Float)
isAbstract
Link copied to clipboard
fun
Class
<*>.
isAbstract
():
Boolean
Content copied to clipboard
Check the class is abstract or not
isNotAbstract
Link copied to clipboard
fun
Class
<*>.
isNotAbstract
():
Boolean
Content copied to clipboard
Check the class is not abstract
Properties
displayName
Link copied to clipboard
val
Class
<*>.
displayName
:
String
Content copied to clipboard
获取类的便于展示的名称 如果时匿名内部类,则需要去除对应的包名信息