TaskMaybe
Defined in: Core/TaskMaybe.ts:18
TaskMaybe represents a lazy, infallible async operation that resolves to a Maybe<A>.
It is a type alias for Task<Maybe<A>>.
Use Task.Maybe for async operations that can result in a missing value (e.g. database lookups).
Type Parameters
Section titled “Type Parameters”A