Preparing search index...
The search index is not available
ts-dna - v2.4.0
ts-dna
chain
Function chain
chain
<
T
,
U
,
E
>
(
result
,
mapper
)
:
ValidationResult
<
U
,
E
>
Chains ValidationResults together, useful for sequential operations that can fail
Type Parameters
T
U
E
Parameters
result
:
ValidationResult
<
T
,
E
>
mapper
:
(
(
data
)
=>
ValidationResult
<
U
,
E
>
)
(
data
)
:
ValidationResult
<
U
,
E
>
Parameters
data
:
T
Returns
ValidationResult
<
U
,
E
>
Returns
ValidationResult
<
U
,
E
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
ts-dna - v2.4.0
Loading...
Chains ValidationResults together, useful for sequential operations that can fail