final case class PositiveNumeric[T] extends RefinedNumeric[T] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PositiveNumeric
- Serializable
- Product
- Equals
- RefinedNumeric
- Ordered
- Comparable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def *(other: PositiveNumeric[T]): PositiveNumeric[T]
- def +(other: NonNegativeNumeric[T]): PositiveNumeric[T]
- def +(other: PositiveNumeric[T]): PositiveNumeric[T]
- def <(that: RefinedNumeric[T]): Boolean
- Definition Classes
- Ordered
- def <=(that: RefinedNumeric[T]): Boolean
- Definition Classes
- Ordered
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def >(that: RefinedNumeric[T]): Boolean
- Definition Classes
- Ordered
- def >=(that: RefinedNumeric[T]): Boolean
- Definition Classes
- Ordered
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def compare(that: RefinedNumeric[T]): Int
- Definition Classes
- RefinedNumeric → Ordered
- def compareTo(that: RefinedNumeric[T]): Int
- Definition Classes
- Ordered → Comparable
- def decrement: NonNegativeNumeric[T]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def increment: PositiveNumeric[T]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- implicit val num: Numeric[T]
- Definition Classes
- PositiveNumeric → RefinedNumeric
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toNonNegative: NonNegativeNumeric[T]
- def toString(): String
- Definition Classes
- RefinedNumeric → AnyRef → Any
- def tryAdd(other: T): PositiveNumeric[T]
- def unwrap: T
- Definition Classes
- RefinedNumeric
- val value: T
- Definition Classes
- PositiveNumeric → RefinedNumeric
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])