DomZipperBase

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

final case class Layers[Dom](init: Vector[Layer[Dom]], last: Layer[Dom])
Companion
object
object Layers
Companion
class
trait Store[F[_], Dom, A, Self <: ([G[_], B] =>> Store[G, Dom, B, Self])] extends DomZipper[F, Dom, A, Self]
trait WithStore[F[_], Dom, A, Self <: ([G[_], B] =>> WithStore[G, Dom, B, Self])] extends DomZipperBase[F, Dom, A, Self] with Store[F, Dom, A, Self]