final case class AppliedBifoldableElementOps[G[_, _], A](s: G[A, A]) extends AnyVal with Product with Serializable
- Source
- AppliedFoldSyntax.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AppliedBifoldableElementOps
- Serializable
- Product
- Equals
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AppliedBifoldableElementOps(s: G[A, A])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bifold(implicit ev: Bifoldable[G]): AppliedFold[G[A, A], A]
create a monomorphic Fold from cats.Bifoldable
- def bifold_[B](implicit ev: Bifoldable[G]): AppliedFold_[G[A, A], G[B, B], A, B]
create a polymorphic Fold_ from cats.Bifoldable
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def productElementNames: Iterator[String]
- Definition Classes
- Product