Trait

eu.timepit.refined.types

NumericTypes

Related Doc: package types

Permalink

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]

    Permalink
  2. final type NegFloat = Refined[Float, Negative]

    Permalink
  3. final type NegInt = Refined[Int, Negative]

    Permalink
  4. final type NegLong = Refined[Long, Negative]

    Permalink
  5. final type NonNegDouble = Refined[Double, NonNegative]

    Permalink
  6. final type NonNegFloat = Refined[Float, NonNegative]

    Permalink
  7. final type NonNegInt = Refined[Int, NonNegative]

    Permalink
  8. final type NonNegLong = Refined[Long, NonNegative]

    Permalink
  9. final type NonPosDouble = Refined[Double, NonPositive]

    Permalink
  10. final type NonPosFloat = Refined[Float, NonPositive]

    Permalink
  11. final type NonPosInt = Refined[Int, NonPositive]

    Permalink
  12. final type NonPosLong = Refined[Long, NonPositive]

    Permalink
  13. final type PosDouble = Refined[Double, Positive]

    Permalink
  14. final type PosFloat = Refined[Float, Positive]

    Permalink
  15. final type PosInt = Refined[Int, Positive]

    Permalink
  16. final type PosLong = Refined[Long, Positive]

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final val NegDouble: numeric.NegDouble.type

    Permalink
  5. final val NegFloat: numeric.NegFloat.type

    Permalink
  6. final val NegInt: numeric.NegInt.type

    Permalink
  7. final val NegLong: numeric.NegLong.type

    Permalink
  8. final val NonNegDouble: numeric.NonNegDouble.type

    Permalink
  9. final val NonNegFloat: numeric.NonNegFloat.type

    Permalink
  10. final val NonNegInt: numeric.NonNegInt.type

    Permalink
  11. final val NonNegLong: numeric.NonNegLong.type

    Permalink
  12. final val NonPosDouble: numeric.NonPosDouble.type

    Permalink
  13. final val NonPosFloat: numeric.NonPosFloat.type

    Permalink
  14. final val NonPosInt: numeric.NonPosInt.type

    Permalink
  15. final val NonPosLong: numeric.NonPosLong.type

    Permalink
  16. final val PosDouble: numeric.PosDouble.type

    Permalink
  17. final val PosFloat: numeric.PosFloat.type

    Permalink
  18. final val PosInt: numeric.PosInt.type

    Permalink
  19. final val PosLong: numeric.PosLong.type

    Permalink
  20. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  21. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped