Preparing search index...
The search index is not available
parjs
parjs
combinators
recover
Function recover
recover
<
T
>
(
recoverFunction
)
:
ParjsCombinator
<
T
,
T
>
Reduces Hard failures to Soft ones and behaves in the same way on success.
Type Parameters
T
Parameters
recoverFunction
:
RecoveryFunction
<
T
>
Returns
ParjsCombinator
<
T
,
T
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
parjs
Loading...
Reduces Hard failures to Soft ones and behaves in the same way on success.