Packages

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

Linear Supertypes
LogikaNumber, Comparable[Value], ScalaNumericConversions, ScalaNumericAnyConversions, ScalaNumber, Number, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Value
  2. LogikaNumber
  3. Comparable
  4. ScalaNumericConversions
  5. ScalaNumericAnyConversions
  6. ScalaNumber
  7. Number
  8. Serializable
  9. AnyRef
  10. 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: Value): Value
  2. abstract def *(other: Value): Value
  3. abstract def +(other: Value): Value
  4. abstract def -(other: Value): Value
  5. abstract def /(other: Value): Value
  6. abstract def <(other: Value): B
  7. abstract def <=(other: Value): B
  8. abstract def >(other: Value): B
  9. abstract def >=(other: Value): B
  10. abstract def compareTo(arg0: Value): Int
    Definition Classes
    Comparable
  11. abstract def doubleValue(): Double
    Definition Classes
    ScalaNumericAnyConversions
  12. abstract def floatValue(): Float
    Definition Classes
    ScalaNumericAnyConversions
  13. abstract def intValue(): Int
    Definition Classes
    ScalaNumericAnyConversions
  14. abstract def isNaN: B
  15. abstract def isNegInfinity: B
  16. abstract def isPosInfinity: B
  17. abstract def longValue(): Long
    Definition Classes
    ScalaNumericAnyConversions
  18. abstract def unary_-(): Value
  19. abstract def underlying(): AnyRef
    Definition Classes
    ScalaNumericConversions → ScalaNumericAnyConversions → ScalaNumber

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. 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()
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. final def bitWidth: Int
  7. def byteValue(): Byte
    Definition Classes
    Number
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. 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
  10. 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
  11. 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
  12. 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
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. 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()
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isValidByte: Boolean
    Definition Classes
    ScalaNumericAnyConversions
  21. def isValidChar: Boolean
    Definition Classes
    ScalaNumericAnyConversions
  22. def isValidInt: Boolean
    Definition Classes
    ScalaNumericAnyConversions
  23. def isValidShort: Boolean
    Definition Classes
    ScalaNumericAnyConversions
  24. final def isWhole(): B
    Definition Classes
    Value → ScalaNumericAnyConversions → ScalaNumber
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  28. def shortValue(): Short
    Definition Classes
    Number
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toByte: Byte
    Definition Classes
    ScalaNumericAnyConversions
  31. def toChar: Char
    Definition Classes
    ScalaNumericAnyConversions
  32. def toDouble: Double
    Definition Classes
    ScalaNumericAnyConversions
  33. def toFloat: Float
    Definition Classes
    ScalaNumericAnyConversions
  34. def toInt: Int
    Definition Classes
    ScalaNumericAnyConversions
  35. def toLong: Long
    Definition Classes
    ScalaNumericAnyConversions
  36. def toShort: Short
    Definition Classes
    ScalaNumericAnyConversions
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def unifiedPrimitiveEquals(x: Any): Boolean
    Attributes
    protected
    Definition Classes
    ScalaNumericAnyConversions
  39. def unifiedPrimitiveHashcode(): Int
    Attributes
    protected
    Definition Classes
    ScalaNumericAnyConversions
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. 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 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