final case class AppliedFoldConsOps[S, A, B](appliedFold: AppliedFold[S, A]) extends AnyVal with Product with Serializable
- Source
- AppliedConsSyntax.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AppliedFoldConsOps
- Serializable
- Product
- Equals
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AppliedFoldConsOps(appliedFold: AppliedFold[S, 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 cons(implicit ev: Cons[A, B]): AppliedFold[S, (B, A)]
optionally splits the head and the tail of a data structure
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def headOption(implicit ev: Cons[A, B]): AppliedFold[S, B]
optionally selects the first element of a data structure
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def tailOption(implicit ev: Cons[A, B]): AppliedFold[S, A]
optionally selects the tail of a data structure