Packages

t

eu.timepit.refined.types

NumericTypesBinCompat1

trait NumericTypesBinCompat1 extends AnyRef

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

Type Members

  1. final type NegBigDecimal = Refined[BigDecimal, Negative]
  2. final type NegBigInt = Refined[BigInt, Negative]
  3. final type NegByte = Refined[Byte, Negative]
  4. final type NegShort = Refined[Short, Negative]
  5. final type NonNegBigDecimal = Refined[BigDecimal, NonNegative]
  6. final type NonNegBigInt = Refined[BigInt, NonNegative]
  7. final type NonNegByte = Refined[Byte, NonNegative]
  8. final type NonNegShort = Refined[Short, NonNegative]
  9. final type NonPosBigDecimal = Refined[BigDecimal, NonPositive]
  10. final type NonPosBigInt = Refined[BigInt, NonPositive]
  11. final type NonPosByte = Refined[Byte, NonPositive]
  12. final type NonPosShort = Refined[Short, NonPositive]
  13. final type PosBigDecimal = Refined[BigDecimal, Positive]
  14. final type PosBigInt = Refined[BigInt, Positive]
  15. final type PosByte = Refined[Byte, Positive]
  16. final type PosShort = Refined[Short, 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 NegBigDecimal: numeric.NegBigDecimal.type
  5. final val NegBigInt: numeric.NegBigInt.type
  6. final val NegByte: numeric.NegByte.type
  7. final val NegShort: numeric.NegShort.type
  8. final val NonNegBigDecimal: numeric.NonNegBigDecimal.type
  9. final val NonNegBigInt: numeric.NonNegBigInt.type
  10. final val NonNegByte: numeric.NonNegByte.type
  11. final val NonNegShort: numeric.NonNegShort.type
  12. final val NonPosBigDecimal: numeric.NonPosBigDecimal.type
  13. final val NonPosBigInt: numeric.NonPosBigInt.type
  14. final val NonPosByte: numeric.NonPosByte.type
  15. final val NonPosShort: numeric.NonPosShort.type
  16. final val PosBigDecimal: numeric.PosBigDecimal.type
  17. final val PosBigInt: numeric.PosBigInt.type
  18. final val PosByte: numeric.PosByte.type
  19. final val PosShort: numeric.PosShort.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