Temporal

final case class Temporal[A](distances: List[Long], tpe: StandardType[A]) extends Diff[A]
trait Serializable
trait Product
trait Equals
trait Diff[A]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def patch(a: A): Either[String, A]
Definition Classes

Inherited methods

def <*>[B](that: Diff[B]): Diff[(A, B)]

A symbolic operator for zip.

A symbolic operator for zip.

Inherited from:
Diff
def isComparable: Boolean
Inherited from:
Diff
def isIdentical: Boolean
Inherited from:
Diff
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def zip[B](that: Diff[B]): Diff[(A, B)]
Inherited from:
Diff