Object/Class

com.mchange.sc.v1.consuela.ethereum.specification.Types

Unsigned24

Related Docs: class Unsigned24 | package Types

Permalink

object Unsigned24 extends UnsignedWithBitLength[Unsigned24]

Linear Supertypes
UnsignedWithBitLength[Unsigned24], ZeroUntil[Unsigned24], MinUntil[Unsigned24], MinUntil, RestrictedInt[Unsigned24], RestrictedType[IntegralToInt.type, Int, Unsigned24], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Unsigned24
  2. UnsignedWithBitLength
  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
    MinUntil → MinUntil
  5. val MinValueInclusive: Int

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

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

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

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

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

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

    Permalink
    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
    @HotSpotIntrinsicCandidate() @throws( ... )
  14. def contains(value: Int): Boolean

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Unsigned24 → RestrictedType
  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. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def mathRep: String

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  31. def pretransform(b: Int): Int

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

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

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

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

    Permalink
    Definition Classes
    RestrictedType
  36. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(): Unit

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

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

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

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

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

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

    Permalink
    Definition Classes
    RestrictedType

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from UnsignedWithBitLength[Unsigned24]

Inherited from ZeroUntil[Unsigned24]

Inherited from MinUntil[Unsigned24]

Inherited from MinUntil

Inherited from RestrictedInt[Unsigned24]

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

Inherited from AnyRef

Inherited from Any

Ungrouped