Packages

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

Linear Supertypes
LogikaIntegralNumber, LogikaNumber, Comparable[Value], ScalaNumericConversions, ScalaNumericAnyConversions, ScalaNumber, Number, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Value
  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 longValue(): Long
    Definition Classes
    ScalaNumericAnyConversions

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def %(other: Value): Value
  4. final def *(other: Value): Value
  5. final def +(other: Value): Value
  6. final def -(other: Value): Value
  7. def ->[B](y: B): (Value, B)
    Implicit
    This member is added by an implicit conversion from Value to ArrowAssoc[Value] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. final def /(other: Value): Value
  9. final def <(other: Value): B
  10. final def <=(other: Value): B
  11. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. final def >(other: Value): B
  13. final def >=(other: Value): B
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. final def bitWidth: Int
  16. def byteValue(): Byte
    Definition Classes
    Number
  17. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def compareTo(other: Value): Int
    Definition Classes
    Value → Comparable
  19. final def doubleValue(): Double
    Definition Classes
    Value → ScalaNumericAnyConversions → Number
  20. def ensuring(cond: (Value) ⇒ Boolean, msg: ⇒ Any): Value
    Implicit
    This member is added by an implicit conversion from Value to Ensuring[Value] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: (Value) ⇒ Boolean): Value
    Implicit
    This member is added by an implicit conversion from Value to Ensuring[Value] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean, msg: ⇒ Any): Value
    Implicit
    This member is added by an implicit conversion from Value to Ensuring[Value] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean): Value
    Implicit
    This member is added by an implicit conversion from Value to Ensuring[Value] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  26. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. final def floatValue(): Float
    Definition Classes
    Value → ScalaNumericAnyConversions → Number
  28. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Value to StringFormat[Value] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  31. final def intValue(): Int
    Definition Classes
    Value → ScalaNumericAnyConversions → Number
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def isValidByte: Boolean
    Definition Classes
    ScalaNumericAnyConversions
  34. def isValidChar: Boolean
    Definition Classes
    ScalaNumericAnyConversions
  35. def isValidInt: Boolean
    Definition Classes
    ScalaNumericAnyConversions
  36. def isValidShort: Boolean
    Definition Classes
    ScalaNumericAnyConversions
  37. final def isWhole(): B
    Definition Classes
    Value → ScalaNumericAnyConversions → ScalaNumber
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  41. def shortValue(): Short
    Definition Classes
    Number
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. final def toApint: Apint
    Definition Classes
    ValueLogikaIntegralNumber
  44. final def toBigInt: BigInt
    Definition Classes
    ValueLogikaIntegralNumber
  45. final def toBigInteger: BigInteger
    Definition Classes
    ValueLogikaIntegralNumber
  46. def toByte: Byte
    Definition Classes
    ScalaNumericAnyConversions
  47. def toChar: Char
    Definition Classes
    ScalaNumericAnyConversions
  48. def toDouble: Double
    Definition Classes
    ScalaNumericAnyConversions
  49. def toFloat: Float
    Definition Classes
    ScalaNumericAnyConversions
  50. def toInt: Int
    Definition Classes
    ScalaNumericAnyConversions
  51. def toLong: Long
    Definition Classes
    ScalaNumericAnyConversions
  52. final def toN: N
    Definition Classes
    LogikaIntegralNumber
  53. final def toN16: N16
    Definition Classes
    LogikaIntegralNumber
  54. final def toN32: N32
    Definition Classes
    LogikaIntegralNumber
  55. final def toN64: N64
    Definition Classes
    LogikaIntegralNumber
  56. final def toN8: N8
    Definition Classes
    LogikaIntegralNumber
  57. final def toS16: S16
    Definition Classes
    LogikaIntegralNumber
  58. final def toS32: S32
    Definition Classes
    LogikaIntegralNumber
  59. final def toS64: S64
    Definition Classes
    LogikaIntegralNumber
  60. final def toS8: S8
    Definition Classes
    LogikaIntegralNumber
  61. def toShort: Short
    Definition Classes
    ScalaNumericAnyConversions
  62. final def toString(): String
    Definition Classes
    Value → AnyRef → Any
  63. final def toU16: U16
    Definition Classes
    LogikaIntegralNumber
  64. final def toU32: U32
    Definition Classes
    LogikaIntegralNumber
  65. final def toU64: U64
    Definition Classes
    LogikaIntegralNumber
  66. final def toU8: U8
    Definition Classes
    LogikaIntegralNumber
  67. final def toZ: Z
    Definition Classes
    ValueLogikaIntegralNumber
  68. final def toZ16: Z16
    Definition Classes
    LogikaIntegralNumber
  69. final def toZ32: Z32
    Definition Classes
    LogikaIntegralNumber
  70. final def toZ64: Z64
    Definition Classes
    LogikaIntegralNumber
  71. final def toZ8: Z8
    Definition Classes
    LogikaIntegralNumber
  72. final def unary_-(): Value
  73. final def underlying(): Long
    Definition Classes
    Value → ScalaNumericConversions → ScalaNumericAnyConversions → ScalaNumber
  74. def unifiedPrimitiveEquals(x: Any): Boolean
    Attributes
    protected
    Definition Classes
    ScalaNumericAnyConversions
  75. def unifiedPrimitiveHashcode(): Int
    Attributes
    protected
    Definition Classes
    ScalaNumericAnyConversions
  76. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  79. def [B](y: B): (Value, B)
    Implicit
    This member is added by an implicit conversion from Value to ArrowAssoc[Value] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Value to any2stringadd[Value] 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:
    (value: any2stringadd[Value]).+(other)
    Definition Classes
    any2stringadd

Inherited from LogikaIntegralNumber

Inherited from LogikaNumber

Inherited from Comparable[Value]

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 Value to any2stringadd[Value]

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

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

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

Ungrouped