o

monocle

Setter

object Setter

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

Value Members

  1. def apply[S, A](modify: ((A) => A) => (S) => S): Setter[S, A]

    alias for PSetter apply with a monomorphic modify function

Deprecated Value Members

  1. def codiagonal[S]: Setter[Either[S, S], S]
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M4) use Lens.codiagonal

  2. def id[A]: Setter[A, A]
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M2) use Iso.id

  3. def void[S, A]: Setter[S, A]

    Setter that points to nothing

    Setter that points to nothing

    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M2) use Optional.void