IUpdateResult

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def unchanged[D[_], Δ[_, _], I]: IUpdateResult[D, Δ, I, I]
def updated[D[_], Δ[_, _], I, J](newVal: D[J], δ: Δ[I, J]): IUpdateResult[D, Δ, I, J]