Package com.secoo.coobox.library.ktx.java.lang

Functions

half
Link copied to clipboard
fun Float.half(): Float
去当前 Float 的 一半
halfFloat
Link copied to clipboard
fun Int.halfFloat(): Float
去当前 Int 的 一半值(Float)
isAbstract
Link copied to clipboard
fun Class<*>.isAbstract(): Boolean
Check the class is abstract or not
isNotAbstract
Link copied to clipboard
fun Class<*>.isNotAbstract(): Boolean
Check the class is not abstract

Properties

displayName
Link copied to clipboard
val Class<*>.displayName: String
获取类的便于展示的名称 如果时匿名内部类,则需要去除对应的包名信息