ZonedDateTime

zio.schema.Patch.ZonedDateTime
final case class ZonedDateTime(localDateTimeDiff: Patch[LocalDateTime], zoneIdDiff: Patch[String]) extends Patch[ZonedDateTime]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def invert: Patch[ZonedDateTime]

Attributes

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

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