trait AppliedPSetter[S, T, A, B] extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AppliedPSetter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def optic: PSetter[S, T, A, B]
  2. abstract def value: S

Concrete Value Members

  1. def andThen[C, D](other: PSetter[A, B, C, D]): AppliedPSetter[S, T, C, D]
  2. def modify(f: (A) => B): T
  3. def replace(b: B): T
  4. def some[A1, B1](implicit ev1: =:=[A, Option[A1]], ev2: =:=[B, Option[B1]]): AppliedPSetter[S, T, A1, B1]

Deprecated Value Members

  1. def set(b: B): T

    alias to replace

    alias to replace

    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) use replace instead