Skip to content

match

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

Defined in: Core/TaskResult.ts:106

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

E

A

B

(e) => B

(a) => B

(data) => Task<B>