BigInt

zio.schema.Patch$.BigInt
final case class BigInt(distance: BigInteger) extends Patch[BigInteger]

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def invert: Patch[BigInteger]

Attributes

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

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