final case class Tuple5ToAppliedLensOps[A, B, C, D, E](s: (A, B, C, D, E)) extends AnyVal with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Tuple5ToAppliedLensOps
- Serializable
- Product
- Equals
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Tuple5ToAppliedLensOps(s: (A, B, C, D, E))
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 fifth(implicit ev: Field5[(A, B, C, D, E), E]): AppliedLens[(A, B, C, D, E), E]
select the fifth element of a Tuple5
- def first(implicit ev: Field1[(A, B, C, D, E), A]): AppliedLens[(A, B, C, D, E), A]
select the first element of a Tuple5
- def fourth(implicit ev: Field4[(A, B, C, D, E), D]): AppliedLens[(A, B, C, D, E), D]
select the fourth element of a Tuple5
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def second(implicit ev: Field2[(A, B, C, D, E), B]): AppliedLens[(A, B, C, D, E), B]
select the second element of a Tuple5
- def third(implicit ev: Field3[(A, B, C, D, E), C]): AppliedLens[(A, B, C, D, E), C]
select the third element of a Tuple5