o

zio.schema.StandardType

BigIntegerType

implicit object BigIntegerType extends StandardType[BigInteger]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BigIntegerType
  2. StandardType
  3. Ordering
  4. PartialOrdering
  5. Equiv
  6. Serializable
  7. Comparator
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class OrderingOps extends AnyRef
    Definition Classes
    Ordering

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def compare(x: BigInteger, y: BigInteger): Int
    Definition Classes
    BigIntegerType → Ordering → Comparator
  7. def defaultValue: Either[String, BigInteger]
    Definition Classes
    BigIntegerTypeStandardType
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def equiv(x: BigInteger, y: BigInteger): Boolean
    Definition Classes
    Ordering → PartialOrdering → Equiv
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def gt(x: BigInteger, y: BigInteger): Boolean
    Definition Classes
    Ordering → PartialOrdering
  14. def gteq(x: BigInteger, y: BigInteger): Boolean
    Definition Classes
    Ordering → PartialOrdering
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isReverseOf(other: Ordering[_]): Boolean
    Definition Classes
    Ordering
  18. def lt(x: BigInteger, y: BigInteger): Boolean
    Definition Classes
    Ordering → PartialOrdering
  19. def lteq(x: BigInteger, y: BigInteger): Boolean
    Definition Classes
    Ordering → PartialOrdering
  20. def max[U <: BigInteger](x: U, y: U): U
    Definition Classes
    Ordering
  21. def min[U <: BigInteger](x: U, y: U): U
    Definition Classes
    Ordering
  22. implicit def mkOrderingOps(lhs: BigInteger): OrderingOps
    Definition Classes
    Ordering
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def on[U](f: (U) => BigInteger): Ordering[U]
    Definition Classes
    Ordering
  27. def orElse(other: Ordering[BigInteger]): Ordering[BigInteger]
    Definition Classes
    Ordering
  28. def orElseBy[S](f: (BigInteger) => S)(implicit ord: Ordering[S]): Ordering[BigInteger]
    Definition Classes
    Ordering
  29. def reverse: Ordering[BigInteger]
    Definition Classes
    Ordering → PartialOrdering
  30. def reversed(): Comparator[BigInteger]
    Definition Classes
    Comparator
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def tag: String
    Definition Classes
    BigIntegerTypeStandardType
  33. def thenComparing[U <: Comparable[_ >: U <: AnyRef]](arg0: Function[_ >: BigInteger <: AnyRef, _ <: U]): Comparator[BigInteger]
    Definition Classes
    Comparator
  34. def thenComparing[U <: AnyRef](arg0: Function[_ >: BigInteger <: AnyRef, _ <: U], arg1: Comparator[_ >: U <: AnyRef]): Comparator[BigInteger]
    Definition Classes
    Comparator
  35. def thenComparing(arg0: Comparator[_ >: BigInteger <: AnyRef]): Comparator[BigInteger]
    Definition Classes
    Comparator
  36. def thenComparingDouble(arg0: ToDoubleFunction[_ >: BigInteger <: AnyRef]): Comparator[BigInteger]
    Definition Classes
    Comparator
  37. def thenComparingInt(arg0: ToIntFunction[_ >: BigInteger <: AnyRef]): Comparator[BigInteger]
    Definition Classes
    Comparator
  38. def thenComparingLong(arg0: ToLongFunction[_ >: BigInteger <: AnyRef]): Comparator[BigInteger]
    Definition Classes
    Comparator
  39. def toString(): String
    Definition Classes
    StandardType → AnyRef → Any
  40. def tryCompare(x: BigInteger, y: BigInteger): Some[Int]
    Definition Classes
    Ordering → PartialOrdering
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from StandardType[BigInteger]

Inherited from Ordering[BigInteger]

Inherited from PartialOrdering[BigInteger]

Inherited from Equiv[BigInteger]

Inherited from Serializable

Inherited from Comparator[BigInteger]

Inherited from AnyRef

Inherited from Any

Ungrouped