Skip to content

toMaybe

toMaybe<E, A>(data): Maybe<A>

Defined in: Core/RemoteData.ts:256

Converts a RemoteData to an Maybe. Success becomes Some, all other states become None.

E

A

RemoteData<E, A>

Maybe<A>