ZonedDateTime

final case class ZonedDateTime(localDateTimeDiff: Patch[LocalDateTime], zoneIdDiff: Patch[String]) extends Patch[ZonedDateTime]
trait Serializable
trait Product
trait Equals
trait Patch[ZonedDateTime]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def invert: Patch[ZonedDateTime]
Definition Classes
override def patch(input: ZonedDateTime): Either[String, ZonedDateTime]
Definition Classes

Inherited methods

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

A symbolic operator for zip.

A symbolic operator for zip.

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