MonadCombine
public protocol MonadCombine : Alternative, MonadFilter
A MonadCombine has the capabilities of MonadFilter
and Alternative
together.
-
unite(_:)
Extension methodFold over the inner structure to combine all of the values with our combine method inherited from `MonoidK.
Declaration
Parameters
fga
Nested contexts value.
Return Value
A value in the context implementing this instance where the inner context has been folded.