DkDynamicExt extension

on
  • dynamic

Properties

isNotNull bool

Available on dynamic, provided by the DkDynamicExt extension

不为空
no setter
isNull bool

Available on dynamic, provided by the DkDynamicExt extension

为空
no setter
isNullOrEmpty bool

Available on dynamic, provided by the DkDynamicExt extension

是否为NULL或空
no setter

Methods

compareTo(dynamic other) int

Available on dynamic, provided by the DkDynamicExt extension

比较两个值
let(dynamic func(dynamic it)) → dynamic

Available on dynamic, provided by the DkDynamicExt extension

仿kotlin let功能