BifoldableSyntax

cats.syntax.BifoldableSyntax

Attributes

Source
bifoldable.scala
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object bifoldable.type

Members list

Implicits

Inherited implicits

implicit def toBifoldableOps[F[_, _], A, B](target: F[A, B])(implicit tc: Bifoldable[F]): Ops[F, A, B] { type TypeClassType = Bifoldable[F]; }

Attributes

Inherited from:
ToBifoldableOps
Source
Bifoldable.scala