final case class AppliedLensFieldsTuple4Ops[A, B, C, D, E](appliedLens: AppliedLens[(A, B, C, D), E]) extends AnyVal with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AppliedLensFieldsTuple4Ops
- Serializable
- Product
- Equals
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AppliedLensFieldsTuple4Ops(appliedLens: AppliedLens[(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 first[F](implicit ev: Field1[E, F]): AppliedLens[(A, B, C, D), F]
select the first element of a Tuple4
- def fourth[F](implicit ev: Field4[E, F]): AppliedLens[(A, B, C, D), F]
select the fourth element of a Tuple4
- 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[F](implicit ev: Field2[E, F]): AppliedLens[(A, B, C, D), F]
select the second element of a Tuple4
- def third[F](implicit ev: Field3[E, F]): AppliedLens[(A, B, C, D), F]
select the third element of a Tuple4