sealed trait Value extends ScalaNumber with ScalaNumericConversions with Comparable[Value] with LogikaNumber
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Value
- LogikaNumber
- Comparable
- ScalaNumericConversions
- ScalaNumericAnyConversions
- ScalaNumber
- Number
- Serializable
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def %(other: Value): Value
- abstract def *(other: Value): Value
- abstract def +(other: Value): Value
- abstract def -(other: Value): Value
- abstract def /(other: Value): Value
- abstract def <(other: Value): B
- abstract def <=(other: Value): B
- abstract def >(other: Value): B
- abstract def >=(other: Value): B
-
abstract
def
compareTo(arg0: Value): Int
- Definition Classes
- Comparable
-
abstract
def
doubleValue(): Double
- Definition Classes
- ScalaNumericAnyConversions
-
abstract
def
floatValue(): Float
- Definition Classes
- ScalaNumericAnyConversions
-
abstract
def
intValue(): Int
- Definition Classes
- ScalaNumericAnyConversions
- abstract def isNaN: B
- abstract def isNegInfinity: B
- abstract def isPosInfinity: B
-
abstract
def
longValue(): Long
- Definition Classes
- ScalaNumericAnyConversions
- abstract def unary_-(): Value
-
abstract
def
underlying(): AnyRef
- Definition Classes
- ScalaNumericConversions → ScalaNumericAnyConversions → ScalaNumber
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def ->[B](y: B): (Value, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def bitWidth: Int
-
def
byteValue(): Byte
- Definition Classes
- Number
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def ensuring(cond: (Value) ⇒ Boolean, msg: ⇒ Any): Value
- def ensuring(cond: (Value) ⇒ Boolean): Value
- def ensuring(cond: Boolean, msg: ⇒ Any): Value
- def ensuring(cond: Boolean): Value
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isValidByte: Boolean
- Definition Classes
- ScalaNumericAnyConversions
-
def
isValidChar: Boolean
- Definition Classes
- ScalaNumericAnyConversions
-
def
isValidInt: Boolean
- Definition Classes
- ScalaNumericAnyConversions
-
def
isValidShort: Boolean
- Definition Classes
- ScalaNumericAnyConversions
-
final
def
isWhole(): B
- Definition Classes
- Value → ScalaNumericAnyConversions → ScalaNumber
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
shortValue(): Short
- Definition Classes
- Number
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toByte: Byte
- Definition Classes
- ScalaNumericAnyConversions
-
def
toChar: Char
- Definition Classes
- ScalaNumericAnyConversions
-
def
toDouble: Double
- Definition Classes
- ScalaNumericAnyConversions
-
def
toFloat: Float
- Definition Classes
- ScalaNumericAnyConversions
-
def
toInt: Int
- Definition Classes
- ScalaNumericAnyConversions
-
def
toLong: Long
- Definition Classes
- ScalaNumericAnyConversions
-
def
toShort: Short
- Definition Classes
- ScalaNumericAnyConversions
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
unifiedPrimitiveEquals(x: Any): Boolean
- Attributes
- protected
- Definition Classes
- ScalaNumericAnyConversions
-
def
unifiedPrimitiveHashcode(): Int
- Attributes
- protected
- Definition Classes
- ScalaNumericAnyConversions
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def →[B](y: B): (Value, B)
Shadowed Implicit Value Members
-
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