both
both<
E,A>(error,value):Both<E,A>
Defined in: Core/These.ts:56
Creates a These holding both an error/warning and a success value.
Type Parameters
Section titled “Type Parameters”E
A
Parameters
Section titled “Parameters”E
A
Returns
Section titled “Returns”Both<E, A>