IDom

object IDom
Companion:
class
class Object
trait Matchable
class Any
IDom.type

Type members

Types

type Aux[D[_], U[_], Δ[_, _]] = Aux0[D, U] { type IDelta = Δ; }
type Aux0[D[_], U[_]] = IDom[D] { type IUpdate = U; }
type Aux1[D[_], U[_], R[_, _]] = Aux0[D, U] { type IUpdateRes = R; }
type Aux2[D[_], U[_], R[_, _], Δ[_, _]] = Aux1[D, U, R] { type IDelta = Δ; }
type AuxΔ[D[_], Δ[_, _]] = IDom[D] { type IDelta = Δ; }