sealed trait R extends ScalaNumber with ScalaNumericConversions with Comparable[R] with LogikaNumber
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- R
- 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 toReal: Real
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- final def %(other: R): R
- final def *(other: R): R
- final def +(other: R): R
- final def -(other: R): R
- def ->[B](y: B): (R, B)
- final def /(other: R): R
- final def <(other: R): B
- final def <=(other: R): B
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def >(other: R): B
- final def >=(other: R): B
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
byteValue(): Byte
- Definition Classes
- Number
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
compareTo(other: R): Int
- Definition Classes
- R → Comparable
-
final
def
doubleValue(): Double
- Definition Classes
- R → ScalaNumericAnyConversions → Number
- def ensuring(cond: (R) ⇒ Boolean, msg: ⇒ Any): R
- def ensuring(cond: (R) ⇒ Boolean): R
- def ensuring(cond: Boolean, msg: ⇒ Any): R
- def ensuring(cond: Boolean): R
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
equals(other: Any): B
- Definition Classes
- R → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
floatValue(): Float
- Definition Classes
- R → ScalaNumericAnyConversions → Number
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
final
lazy val
hashCode: Int
- Definition Classes
- R → AnyRef → Any
-
final
def
intValue(): Int
- Definition Classes
- R → ScalaNumericAnyConversions → Number
-
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(): Boolean
- Definition Classes
- R → ScalaNumericAnyConversions → ScalaNumber
-
final
def
longValue(): Long
- Definition Classes
- R → ScalaNumericAnyConversions → Number
-
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
-
final
def
toString(): String
- Definition Classes
- R → AnyRef → Any
- final def unary_-(): R
-
final
def
underlying(): Real
- Definition Classes
- R → ScalaNumericConversions → ScalaNumericAnyConversions → ScalaNumber
-
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): (R, B)
Shadowed Implicit Value Members
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from R to any2stringadd[R] 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:(r: any2stringadd[R]).+(other)
- Definition Classes
- any2stringadd