AppliedSetter_

trait AppliedSetter_[S, T, A, B] extends AppliedSetter0[S, T, A, B]
Companion:
object
trait AppliedSetter0[S, T, A, B]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited methods

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

Inherited from:
AppliedSetter0
final def set(b: B): T

set the modified foci of a Setter

set the modified foci of a Setter

Inherited from:
AppliedSetter0

Abstract fields

val optic: Setter_[S, T, A, B]
val value: S