Packages

t

eu.timepit.refined.types

NumericTypes

trait NumericTypes extends AnyRef

Source
numeric.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NumericTypes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final type NegDouble = Refined[Double, Negative]
  2. final type NegFloat = Refined[Float, Negative]
  3. final type NegInt = Refined[Int, Negative]
  4. final type NegLong = Refined[Long, Negative]
  5. final type NonNegDouble = Refined[Double, NonNegative]
  6. final type NonNegFloat = Refined[Float, NonNegative]
  7. final type NonNegInt = Refined[Int, NonNegative]
  8. final type NonNegLong = Refined[Long, NonNegative]
  9. final type NonPosDouble = Refined[Double, NonPositive]
  10. final type NonPosFloat = Refined[Float, NonPositive]
  11. final type NonPosInt = Refined[Int, NonPositive]
  12. final type NonPosLong = Refined[Long, NonPositive]
  13. final type PosDouble = Refined[Double, Positive]
  14. final type PosFloat = Refined[Float, Positive]
  15. final type PosInt = Refined[Int, Positive]
  16. final type PosLong = Refined[Long, Positive]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val NegDouble: numeric.NegDouble.type
  5. final val NegFloat: numeric.NegFloat.type
  6. final val NegInt: numeric.NegInt.type
  7. final val NegLong: numeric.NegLong.type
  8. final val NonNegDouble: numeric.NonNegDouble.type
  9. final val NonNegFloat: numeric.NonNegFloat.type
  10. final val NonNegInt: numeric.NonNegInt.type
  11. final val NonNegLong: numeric.NonNegLong.type
  12. final val NonPosDouble: numeric.NonPosDouble.type
  13. final val NonPosFloat: numeric.NonPosFloat.type
  14. final val NonPosInt: numeric.NonPosInt.type
  15. final val NonPosLong: numeric.NonPosLong.type
  16. final val PosDouble: numeric.PosDouble.type
  17. final val PosFloat: numeric.PosFloat.type
  18. final val PosInt: numeric.PosInt.type
  19. final val PosLong: numeric.PosLong.type
  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped