OrPatch

object OrPatch
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
OrPatch.type

Type members

Inherited types

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def diff[Value, Value2, Patch, Patch2](oldValue: Either[Value, Value2], newValue: Either[Value, Value2])(left: Differ[Value, Patch], right: Differ[Value2, Patch2]): OrPatch[Value, Value2, Patch, Patch2]

Constructs an or patch from a new and old value and a differ for the values.

Constructs an or patch from a new and old value and a differ for the values.

def empty[Value, Value2, Patch, Patch2]: OrPatch[Value, Value2, Patch, Patch2]

Constructs an empty or patch.

Constructs an empty or patch.