Temporal

zio.schema.Patch$.Temporal
final case class Temporal[A](distances: List[Long], tpe: StandardType[A]) extends Patch[A]

Attributes

Graph
Supertypes
trait Product
trait Equals
trait Patch[A]
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

override def invert: Patch[A]

Attributes

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

Attributes

Definition Classes

Inherited methods

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

A symbolic operator for zip.

A symbolic operator for zip.

Attributes

Inherited from:
Patch

Attributes

Inherited from:
Patch

Attributes

Inherited from:
Patch

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def zip[B](that: Patch[B]): Patch[(A, B)]

Attributes

Inherited from:
Patch