library
/
com.secoo.coobox.library.util.crash
/
getValueSafely
get
Value
Safely
inline fun <
R
>
getValueSafely
(getValueAction: () ->
R
?):
R
?
Content copied to clipboard
安全地执行取值操作
Return
返回操作执行的值(可能为null,或非null)。如果有异常,返回null