SchemaMigration

zio.schema.Patch.SchemaMigration
final case class SchemaMigration(migrations: Chunk[Migration]) extends Patch[Schema[_]]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Patch[Schema[_]]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

override def invert: Patch[Schema[_]]

Attributes

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

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
def isComparable: Boolean

Attributes

Inherited from:
Patch
def isIdentical: Boolean

Attributes

Inherited from:
Patch
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

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

Attributes

Inherited from:
Patch