API — Function: andThenAsync()

Function: andThenAsync()

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

Defined in: result.ts:31

Type Parameters

T

T

U

U

E

E

Parameters

r

Result<T, E>

f

(t) => Promise<Result<U, E>>

Returns

Promise<Result<U, E>>