AppliedReview_

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

Value members

Concrete methods

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited methods

def review(b: B): T
Inherited from:
AppliedReview0

Abstract fields

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