Trait

eu.timepit.refined.types

NumericTypesBinCompat1

Related Doc: package types

Permalink

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]

    Permalink
  2. final type NegBigInt = Refined[BigInt, Negative]

    Permalink
  3. final type NegByte = Refined[Byte, Negative]

    Permalink
  4. final type NegShort = Refined[Short, Negative]

    Permalink
  5. final type NonNegBigDecimal = Refined[BigDecimal, NonNegative]

    Permalink
  6. final type NonNegBigInt = Refined[BigInt, NonNegative]

    Permalink
  7. final type NonNegByte = Refined[Byte, NonNegative]

    Permalink
  8. final type NonNegShort = Refined[Short, NonNegative]

    Permalink
  9. final type NonPosBigDecimal = Refined[BigDecimal, NonPositive]

    Permalink
  10. final type NonPosBigInt = Refined[BigInt, NonPositive]

    Permalink
  11. final type NonPosByte = Refined[Byte, NonPositive]

    Permalink
  12. final type NonPosShort = Refined[Short, NonPositive]

    Permalink
  13. final type PosBigDecimal = Refined[BigDecimal, Positive]

    Permalink
  14. final type PosBigInt = Refined[BigInt, Positive]

    Permalink
  15. final type PosByte = Refined[Byte, Positive]

    Permalink
  16. final type PosShort = Refined[Short, 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 NegBigDecimal: numeric.NegBigDecimal.type

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  19. final val PosShort: numeric.PosShort.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