final case class AppliedLensConsOps[S, A, B](appliedLens: AppliedLens[S, A]) extends AnyVal with Product with Serializable
- Source
- AppliedConsSyntax.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AppliedLensConsOps
- Serializable
- Product
- Equals
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AppliedLensConsOps(appliedLens: AppliedLens[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]): AppliedAffineTraversal[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]): AppliedAffineTraversal[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]): AppliedAffineTraversal[S, A]
optionally selects the tail of a data structure