A type giving rise to two unrelated scalaz.Foldables.
- Companion
- object
Type members
Classlikes
Value members
Abstract methods
Concrete methods
bifoldRight
, but defined to run in the opposite direction.
bifoldRight
, but defined to run in the opposite direction.
The composition of Bifoldables F
and G
, [x,y]F[G[x,y],G[x,y]]
, is a Bifoldable
The composition of Bifoldables F
and G
, [x,y]F[G[x,y],G[x,y]]
, is a Bifoldable
Embed one Foldable at each side of this Bifoldable
Embed one Foldable at each side of this Bifoldable
Embed one Foldable to the left of this Bifoldable .
Embed one Foldable to the left of this Bifoldable .
Embed one Foldable to the right of this Bifoldable .
Embed one Foldable to the right of this Bifoldable .
The product of Bifoldables F
and G
, [x,y](F[x,y], G[x,y])
, is a Bifoldable
The product of Bifoldables F
and G
, [x,y](F[x,y], G[x,y])
, is a Bifoldable