Trait/Object

org.sireum.logika.math

Z

Related Docs: object Z | package math

Permalink

sealed trait Z extends ScalaNumber with ScalaNumericConversions with Comparable[Z] with LogikaIntegralNumber

Linear Supertypes
LogikaIntegralNumber, LogikaNumber, Comparable[Z], ScalaNumericConversions, ScalaNumericAnyConversions, ScalaNumber, Number, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Z
  2. LogikaIntegralNumber
  3. LogikaNumber
  4. Comparable
  5. ScalaNumericConversions
  6. ScalaNumericAnyConversions
  7. ScalaNumber
  8. Number
  9. Serializable
  10. AnyRef
  11. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def %(other: Z): Z

    Permalink
  2. abstract def *(other: Z): Z

    Permalink
  3. abstract def +(other: Z): Z

    Permalink
  4. abstract def -(other: Z): Z

    Permalink
  5. abstract def /(other: Z): Z

    Permalink
  6. abstract def <(other: Z): B

    Permalink
  7. abstract def <=(other: Z): B

    Permalink
  8. abstract def >(other: Z): B

    Permalink
  9. abstract def >=(other: Z): B

    Permalink
  10. abstract def compareTo(arg0: Z): Int

    Permalink
    Definition Classes
    Comparable
  11. abstract def toApint: Apint

    Permalink
    Definition Classes
    LogikaIntegralNumber
  12. abstract def toBigInt: BigInt

    Permalink
    Definition Classes
    LogikaIntegralNumber
  13. abstract def toBigInteger: BigInteger

    Permalink
    Definition Classes
    LogikaIntegralNumber
  14. abstract def unary_-: Z

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def %(other: Long): Z

    Permalink
  4. final def %(other: Int): Z

    Permalink
  5. final def *(other: Long): Z

    Permalink
  6. final def *(other: Int): Z

    Permalink
  7. final def +(other: Long): Z

    Permalink
  8. final def +(other: Int): Z

    Permalink
  9. final def -(other: Long): Z

    Permalink
  10. final def -(other: Int): Z

    Permalink
  11. def ->[B](y: B): (Z, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Z to ArrowAssoc[Z] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  12. final def /(other: Long): Z

    Permalink
  13. final def /(other: Int): Z

    Permalink
  14. final def <(other: Long): B

    Permalink
  15. final def <(other: Int): B

    Permalink
  16. final def <=(other: Long): B

    Permalink
  17. final def <=(other: Int): B

    Permalink
  18. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def >(other: Long): B

    Permalink
  20. final def >(other: Int): B

    Permalink
  21. final def >=(other: Long): B

    Permalink
  22. final def >=(other: Int): B

    Permalink
  23. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  24. def byteValue(): Byte

    Permalink
    Definition Classes
    Number
  25. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def doubleValue(): Double

    Permalink
    Definition Classes
    Z → ScalaNumericAnyConversions → Number
  27. def ensuring(cond: (Z) ⇒ Boolean, msg: ⇒ Any): Z

    Permalink
    Implicit information
    This member is added by an implicit conversion from Z to Ensuring[Z] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. def ensuring(cond: (Z) ⇒ Boolean): Z

    Permalink
    Implicit information
    This member is added by an implicit conversion from Z to Ensuring[Z] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. def ensuring(cond: Boolean, msg: ⇒ Any): Z

    Permalink
    Implicit information
    This member is added by an implicit conversion from Z to Ensuring[Z] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. def ensuring(cond: Boolean): Z

    Permalink
    Implicit information
    This member is added by an implicit conversion from Z to Ensuring[Z] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  31. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  33. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  34. final def floatValue(): Float

    Permalink
    Definition Classes
    Z → ScalaNumericAnyConversions → Number
  35. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Z to StringFormat[Z] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  36. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  37. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  38. final def intValue(): Int

    Permalink
    Definition Classes
    Z → ScalaNumericAnyConversions → Number
  39. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  40. def isValidByte: Boolean

    Permalink
    Definition Classes
    ScalaNumericAnyConversions
  41. def isValidChar: Boolean

    Permalink
    Definition Classes
    ScalaNumericAnyConversions
  42. def isValidInt: Boolean

    Permalink
    Definition Classes
    ScalaNumericAnyConversions
  43. def isValidShort: Boolean

    Permalink
    Definition Classes
    ScalaNumericAnyConversions
  44. final def isWhole(): Boolean

    Permalink
    Definition Classes
    Z → ScalaNumericAnyConversions → ScalaNumber
  45. final def longValue(): Long

    Permalink
    Definition Classes
    Z → ScalaNumericAnyConversions → Number
  46. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  47. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  48. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  49. def shortValue(): Short

    Permalink
    Definition Classes
    Number
  50. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  51. def toByte: Byte

    Permalink
    Definition Classes
    ScalaNumericAnyConversions
  52. def toChar: Char

    Permalink
    Definition Classes
    ScalaNumericAnyConversions
  53. def toDouble: Double

    Permalink
    Definition Classes
    ScalaNumericAnyConversions
  54. def toFloat: Float

    Permalink
    Definition Classes
    ScalaNumericAnyConversions
  55. def toInt: Int

    Permalink
    Definition Classes
    ScalaNumericAnyConversions
  56. def toLong: Long

    Permalink
    Definition Classes
    ScalaNumericAnyConversions
  57. final def toN: N

    Permalink
    Definition Classes
    LogikaIntegralNumber
  58. final def toN16: N16

    Permalink
    Definition Classes
    LogikaIntegralNumber
  59. final def toN32: N32

    Permalink
    Definition Classes
    LogikaIntegralNumber
  60. final def toN64: N64

    Permalink
    Definition Classes
    LogikaIntegralNumber
  61. final def toN8: N8

    Permalink
    Definition Classes
    LogikaIntegralNumber
  62. final def toS16: S16

    Permalink
    Definition Classes
    LogikaIntegralNumber
  63. final def toS32: S32

    Permalink
    Definition Classes
    LogikaIntegralNumber
  64. final def toS64: S64

    Permalink
    Definition Classes
    LogikaIntegralNumber
  65. final def toS8: S8

    Permalink
    Definition Classes
    LogikaIntegralNumber
  66. def toShort: Short

    Permalink
    Definition Classes
    ScalaNumericAnyConversions
  67. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  68. final def toU16: U16

    Permalink
    Definition Classes
    LogikaIntegralNumber
  69. final def toU32: U32

    Permalink
    Definition Classes
    LogikaIntegralNumber
  70. final def toU64: U64

    Permalink
    Definition Classes
    LogikaIntegralNumber
  71. final def toU8: U8

    Permalink
    Definition Classes
    LogikaIntegralNumber
  72. final def toZ: Z

    Permalink
    Definition Classes
    ZLogikaIntegralNumber
  73. final def toZ16: Z16

    Permalink
    Definition Classes
    LogikaIntegralNumber
  74. final def toZ32: Z32

    Permalink
    Definition Classes
    LogikaIntegralNumber
  75. final def toZ64: Z64

    Permalink
    Definition Classes
    LogikaIntegralNumber
  76. final def toZ8: Z8

    Permalink
    Definition Classes
    LogikaIntegralNumber
  77. final def underlying(): BigInteger

    Permalink
    Definition Classes
    Z → ScalaNumericConversions → ScalaNumericAnyConversions → ScalaNumber
  78. def unifiedPrimitiveEquals(x: Any): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    ScalaNumericAnyConversions
  79. def unifiedPrimitiveHashcode(): Int

    Permalink
    Attributes
    protected
    Definition Classes
    ScalaNumericAnyConversions
  80. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  81. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  82. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  83. def [B](y: B): (Z, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Z to ArrowAssoc[Z] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Z to any2stringadd[Z] performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (z: any2stringadd[Z]).+(other)
    Definition Classes
    any2stringadd

Inherited from LogikaIntegralNumber

Inherited from LogikaNumber

Inherited from Comparable[Z]

Inherited from ScalaNumericConversions

Inherited from ScalaNumericAnyConversions

Inherited from ScalaNumber

Inherited from Number

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Z to any2stringadd[Z]

Inherited by implicit conversion StringFormat from Z to StringFormat[Z]

Inherited by implicit conversion Ensuring from Z to Ensuring[Z]

Inherited by implicit conversion ArrowAssoc from Z to ArrowAssoc[Z]

Ungrouped