Object/Class

com.mchange.sc.v2.restrict.RestrictedInt

UnsignedInt

Related Docs: class UnsignedInt | package RestrictedInt

Permalink

object UnsignedInt extends Unsigned[UnsignedInt]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnsignedInt
  2. Unsigned
  3. ZeroUntil
  4. MinUntil
  5. MinUntil
  6. RestrictedInt
  7. RestrictedType
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. val MaxValueExclusive: Int

    Permalink
    Definition Classes
    MinUntilMinUntil
  5. val MinValueInclusive: Int

    Permalink
    Definition Classes
    MinUntilMinUntil
  6. implicit object WidenConverter extends Converter[SEARCHME, SHIELD, BELLY]

    Permalink
    Definition Classes
    RestrictedType
  7. final def apply(b: Int): UnsignedInt

    Permalink
    Definition Classes
    RestrictedType
  8. final def apply[T](xb: T)(implicit converter: Converter[IntegralToInt.type, T, Int]): UnsignedInt

    Permalink
    Definition Classes
    RestrictedType
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. final def assert(b: Int): UnsignedInt

    Permalink

    This method is very much like apply, but the "type-check" is an elidable assert.

    This method is very much like apply, but the "type-check" is an elidable assert. Should only be used when it would be an internal, program error for a noncompilant value to be passed.

    Definition Classes
    RestrictedType
  11. final def assert[T](xb: T)(implicit converter: Converter[IntegralToInt.type, T, Int]): UnsignedInt

    Permalink

    This method is very much like apply, but the "type-check" is an elidable assert.

    This method is very much like apply, but the "type-check" is an elidable assert. Should only be used when it would be an internal, program error for a noncompilant value to be passed.

    Definition Classes
    RestrictedType
  12. def badValueMessage(a: Any): String

    Permalink
    Definition Classes
    RestrictedType
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def contains(value: Int): Boolean

    Permalink
    Definition Classes
    MinUntilRestrictedType
  15. def contains[T](xb: T)(implicit converter: Converter[IntegralToInt.type, T, Int]): Boolean

    Permalink
    Definition Classes
    RestrictedType
  16. def create(value: Int): UnsignedInt

    Permalink
    Attributes
    protected
    Definition Classes
    UnsignedIntRestrictedType
  17. final def elem_!:[T](xb: T)(implicit converter: Converter[IntegralToInt.type, T, Int]): Boolean

    Permalink
    Definition Classes
    RestrictedType
  18. final def elem_!:(b: Int): Boolean

    Permalink
    Definition Classes
    RestrictedType
  19. final def elem_:[T](xb: T)(implicit converter: Converter[IntegralToInt.type, T, Int]): Boolean

    Permalink
    Definition Classes
    RestrictedType
  20. final def elem_:(b: Int): Boolean

    Permalink
    Definition Classes
    RestrictedType
  21. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  27. def mathRep: String

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

    Permalink
    Definition Classes
    AnyRef
  29. def notMemberMessage(a: Any): String

    Permalink
    Definition Classes
    RestrictedType
  30. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  32. def pretransform(b: Int): Int

    Permalink
    Attributes
    protected
    Definition Classes
    RestrictedType
  33. val simpleName: String

    Permalink

    You usually won't need to override this, but may if you want!

    You usually won't need to override this, but may if you want!

    Definition Classes
    RestrictedType
  34. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    RestrictedType → AnyRef → Any
  36. def unapply(s: UnsignedInt): Option[Int]

    Permalink
    Definition Classes
    RestrictedType
  37. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def ∈!:[T](xb: T)(implicit converter: Converter[IntegralToInt.type, T, Int]): Boolean

    Permalink
    Definition Classes
    RestrictedType
  41. final def ∈!:(b: Int): Boolean

    Permalink
    Definition Classes
    RestrictedType
  42. final def ∈:[T](xb: T)(implicit converter: Converter[IntegralToInt.type, T, Int]): Boolean

    Permalink
    Definition Classes
    RestrictedType
  43. final def ∈:(b: Int): Boolean

    Permalink
    Definition Classes
    RestrictedType
  44. final def ∉:[T](xb: T)(implicit converter: Converter[IntegralToInt.type, T, Int]): Boolean

    Permalink
    Definition Classes
    RestrictedType
  45. final def ∉:(b: Int): Boolean

    Permalink
    Definition Classes
    RestrictedType

Inherited from Unsigned[UnsignedInt]

Inherited from ZeroUntil[UnsignedInt]

Inherited from MinUntil[UnsignedInt]

Inherited from RestrictedType.MinUntil

Inherited from RestrictedInt[UnsignedInt]

Inherited from RestrictedType[IntegralToInt.type, Int, UnsignedInt]

Inherited from AnyRef

Inherited from Any

Ungrouped