Shop

final case class Shop[A, B, S, T](view: S => A, set: S => B => T)

The Shop profunctor characterizes a proptics.Lens_

Companion:
object
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def andThen[C, D](other: Shop[C, D, A, B]): Shop[C, D, S, T]

Inherited methods

Inherited from:
Product