sealed trait Numeric[A] extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Numeric
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def abs(value: A): A
- abstract def add(left: A, right: A): A
- abstract def conversions(value: A): ScalaNumericAnyConversions
- abstract def div(left: A, right: A): A
- abstract def fromLong(value: Long): Remote[A]
- abstract def max(left: A, right: A): A
- abstract def min(left: A, right: A): A
- abstract def mod(left: A, right: A): A
- abstract def mul(left: A, right: A): A
- abstract def neg(value: A): A
- abstract def parse(s: String): Option[A]
- abstract val schema: Schema[A]
- abstract def sign(value: A): A
- abstract def sub(left: A, right: A): A
- abstract def toBigDecimal(value: A): BigDecimal
- abstract def toByte(value: A): Byte
- abstract def toChar(value: A): Char
- abstract def toDouble(value: A): Double
- abstract def toFloat(value: A): Float
- abstract def toInt(value: A): Int
- abstract def toLong(value: A): Long
- abstract def toShort(value: A): Short
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def binary(op: BinaryNumericOperator, left: A, right: A): A
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isValidLong(value: A): Boolean
- Annotations
- @nowarn()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def predicate(op: NumericPredicateOperator, value: A): Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def unary(op: UnaryNumericOperator, value: A): A
-
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( ... ) @native()