콘텐츠로 이동
한국어

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>