Skip to content

match

match<E, A, B>(cases): (data) => Task<B>

Defined in: Core/TaskResult.ts:123

Pattern matches on a Task.Result, returning a Task of the result.

E

A

B

(e) => B

(a) => B

(data) => Task<B>