Folds an [Either] monad by computing the left callback, if the monad is left-handed or the right callback if a right-handed.
the monad value to fold
callback for folding the left-hand
callback for folding the right-hnd
the folded value based on the computed callbacks.
Generated using TypeDoc
Folds an [Either] monad by computing the left callback, if the monad is left-handed or the right callback if a right-handed.