object fields extends FieldsSyntax
- Source
- Fields.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- fields
- FieldsSyntax
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Deprecated Value Members
- def _1[S, A](implicit ev: Field1[S, A]): Lens[S, A]
- Definition Classes
- FieldsSyntax
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0-M2) use Focus[$TupleType](_._1)
- def _2[S, A](implicit ev: Field2[S, A]): Lens[S, A]
- Definition Classes
- FieldsSyntax
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0-M2) use Focus[$TupleType](_._2)
- def _3[S, A](implicit ev: Field3[S, A]): Lens[S, A]
- Definition Classes
- FieldsSyntax
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0-M2) use Focus[$TupleType](_._3)
- def _4[S, A](implicit ev: Field4[S, A]): Lens[S, A]
- Definition Classes
- FieldsSyntax
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0-M2) use Focus[$TupleType](_._4)
- def _5[S, A](implicit ev: Field5[S, A]): Lens[S, A]
- Definition Classes
- FieldsSyntax
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0-M2) use Focus[$TupleType](_._5)
- def _6[S, A](implicit ev: Field6[S, A]): Lens[S, A]
- Definition Classes
- FieldsSyntax
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0-M2) use Focus[$TupleType](_._6)