object Lens

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

Value Members

  1. def apply[S, A](get: (S) => A)(replace: (A) => (S) => S): Lens[S, A]

    alias for PLens apply with a monomorphic replace function

  2. def codiagonal[S]: Lens[Either[S, S], S]

Deprecated Value Members

  1. def id[A]: Lens[A, A]
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M2) use Iso.id