AppliedGrate_

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

Value members

Concrete methods

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

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

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

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

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

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

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

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

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

final def andThen[C, D](other: Grate_[A, B, C, D]): AppliedGrate_[S, T, C, D]

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

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

final def andThen[C, D](other: Review_[A, B, C, D]): AppliedReview_[S, T, C, D]

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

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

Abstract fields

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