library
/
com.secoo.coobox.library.util.crash
/
getSafely
get
Safely
inline fun <
R
>
getSafely
(getAction: () ->
R
?):
Result
<
R
>
Content copied to clipboard
安全地执行获取操作
Return
返回 Result,从中判断成功失败
Parameters
getAction
取值操作