collapse

Extracts either the Success value or the Failure error, returning the nearest common Ancestor type.

Use fold instead when each state needs a different transformation.

Parameters

Ancestor

The nearest common ancestor of Ok and Error.

See also