API — Function: andThen()

Function: andThen()

function andThen<T, U, E>(r, f): Result<U, E>;

Defined in: result.ts:27

Type Parameters

T

T

U

U

E

E

Parameters

r

Result<T, E>

f

(t) => Result<U, E>

Returns

Result<U, E>