trait AppliedSetter_[S, T, A, B] extends AppliedSetter0[S, T, A, B]

Source
AppliedSetter.scala
Linear Supertypes
AppliedSetter0[S, T, A, B], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AppliedSetter_
  2. AppliedSetter0
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val optic: Setter_[S, T, A, B]
    Definition Classes
    AppliedSetter_ → AppliedSetter0
  2. abstract val value: S
    Definition Classes
    AppliedSetter_ → AppliedSetter0

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def andThen[C, D](other: Grate_[A, B, C, D]): AppliedSetter_[S, T, C, D]

    compose this Setter_ with a Grate_, having this Setter_ applied first

  5. final def andThen[C, D](other: Setter_[A, B, C, D]): AppliedSetter_[S, T, C, D]

    compose this Setter_ with a Setter_, having this Setter_ applied first

  6. final def andThen[C, D](other: ATraversal_[A, B, C, D]): AppliedSetter_[S, T, C, D]

    compose this Setter_ with an ATraversal_, having this Setter_ applied first

  7. final def andThen[C, D](other: Traversal_[A, B, C, D]): AppliedSetter_[S, T, C, D]

    compose this Setter_ with a Traversal_, having this Setter_ applied first

  8. final def andThen[C, D](other: AnAffineTraversal_[A, B, C, D]): AppliedSetter_[S, T, C, D]

    compose this Setter_ with an AnAffineTraversal_, having this Setter_ applied first

  9. final def andThen[C, D](other: AffineTraversal_[A, B, C, D]): AppliedSetter_[S, T, C, D]

    compose this Setter_ with a AffineTraversal_, having this Setter_ applied first

  10. final def andThen[C, D](other: APrism_[A, B, C, D]): AppliedSetter_[S, T, C, D]

    compose this Setter_ with an APrism_, having this Setter_ applied first

  11. final def andThen[C, D](other: Prism_[A, B, C, D]): AppliedSetter_[S, T, C, D]

    compose this Setter_ with a Prism_, having this Setter_ applied first

  12. final def andThen[C, D](other: ALens_[A, B, C, D]): AppliedSetter_[S, T, C, D]

    compose this Setter_ with an ALens_, having this Setter_ applied first

  13. final def andThen[C, D](other: Lens_[A, B, C, D]): AppliedSetter_[S, T, C, D]

    compose this Setter_ with a Lens_, having this Setter_ applied first

  14. final def andThen[C, D](other: AnIso_[A, B, C, D]): AppliedSetter_[S, T, C, D]

    compose this Setter_ with an AnIso_, having this Setter_ applied first

  15. final def andThen[C, D](other: Iso_[A, B, C, D]): AppliedSetter_[S, T, C, D]

    compose this Setter_ with an Iso_, having this Setter_ applied first

  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def over(f: (A) => B): T

    modify the foci type of a Setter using a function, resulting in a change of type to the full structure

    modify the foci type of a Setter using a function, resulting in a change of type to the full structure

    Definition Classes
    AppliedSetter0
  28. final def set(b: B): T

    set the modified foci of a Setter

    set the modified foci of a Setter

    Definition Classes
    AppliedSetter0
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AppliedSetter0[S, T, A, B]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped