Package: effect
Module: Pull
Checks whether a Cause contains any done errors.
When to use
Use when you need to test whether a pull failure cause represents normal completion and only need a boolean result.
See
isDoneFailure for checking a single Cause.ReasonfilterDone for extracting the Cause.Done value from a CausefilterNoDone for selecting causes with no done failuresSignature
declare const isDoneCause: <E>(cause: Cause.Cause<E>) => boolean
Since v4.0.0