t

monocle.syntax

FieldsSyntax

trait FieldsSyntax extends AnyRef

Source
Fields.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FieldsSyntax
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Deprecated Value Members

  1. def _1[S, A](implicit ev: Field1[S, A]): Lens[S, A]
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M2) use Focus[$TupleType](_._1)

  2. def _2[S, A](implicit ev: Field2[S, A]): Lens[S, A]
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M2) use Focus[$TupleType](_._2)

  3. def _3[S, A](implicit ev: Field3[S, A]): Lens[S, A]
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M2) use Focus[$TupleType](_._3)

  4. def _4[S, A](implicit ev: Field4[S, A]): Lens[S, A]
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M2) use Focus[$TupleType](_._4)

  5. def _5[S, A](implicit ev: Field5[S, A]): Lens[S, A]
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M2) use Focus[$TupleType](_._5)

  6. def _6[S, A](implicit ev: Field6[S, A]): Lens[S, A]
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M2) use Focus[$TupleType](_._6)