Bifoldable

object Bifoldable
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

trait FromBifoldMap[F[_, _]] extends Bifoldable[F]

Template trait to define Bifoldable in terms of bifoldMap.

Template trait to define Bifoldable in terms of bifoldMap.

trait FromBifoldr[F[_, _]] extends Bifoldable[F]

Template trait to define Bifoldable in terms of bifoldR

Template trait to define Bifoldable in terms of bifoldR

Value members

Concrete methods

@inline
def apply[F[_, _]](implicit F: Bifoldable[F]): Bifoldable[F]
def fromIso[F[_, _], G[_, _]](D: BiNaturalTransformation[F, G])(implicit E: Bifoldable[G]): Bifoldable[F]