getValueSafely

inline fun <R> getValueSafely(getValueAction: () -> R?): R?

安全地执行取值操作

Return

返回操作执行的值(可能为null,或非null)。如果有异常,返回null