跳转到内容
简体中文

tryOf

此内容尚不支持你的语言。

tryOf<T>(compute): Try<T>

Defined in: src/util/Try.ts:159

Run compute and wrap the outcome. Any thrown value becomes Failure.

T

() => T

Try<T>