Packages

final class U24 extends AnyVal with Unsigned

Source
byte.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. U24
  2. Unsigned
  3. AnyVal
  4. Any
Implicitly
  1. by richDrxAny
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new U24(value: Int)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. def +(that: U24): U24
  4. def ->[B](y: B): (U24, B)
    Implicit
    This member is added by an implicit conversion from U24 toArrowAssoc[U24] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  6. def applyIf(t: Boolean, f: (U24) => U24): U24
    Implicit
    This member is added by an implicit conversion from U24 toDrxAny[U24] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  7. def applyIf(t: (U24) => Boolean)(f: (U24) => U24): U24

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from U24 toDrxAny[U24] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def depth: Int
    Definition Classes
    U24Unsigned
  10. def elementOf(xs: Set[U24]): Boolean
    Implicit
    This member is added by an implicit conversion from U24 toDrxAny[U24] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  11. def ensuring(cond: (U24) => Boolean, msg: => Any): U24
    Implicit
    This member is added by an implicit conversion from U24 toEnsuring[U24] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (U24) => Boolean): U24
    Implicit
    This member is added by an implicit conversion from U24 toEnsuring[U24] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: => Any): U24
    Implicit
    This member is added by an implicit conversion from U24 toEnsuring[U24] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): U24
    Implicit
    This member is added by an implicit conversion from U24 toEnsuring[U24] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from U24 toStringFormat[U24] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  17. def hex: String
    Definition Classes
    Unsigned
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def mask: Long
    Definition Classes
    Unsigned
  20. def noneIf(f: (U24) => Boolean): Option[U24]
    Implicit
    This member is added by an implicit conversion from U24 toDrxAny[U24] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  21. def optionIf(f: (U24) => Boolean): Option[U24]

    optionally wrap an object

    optionally wrap an object

    Implicit
    This member is added by an implicit conversion from U24 toDrxAny[U24] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  22. def preApply[B](f: (U24) => B): B

    a preApply f => f(a)

    a preApply f => f(a)

    Implicit
    This member is added by an implicit conversion from U24 toDrxAny[U24] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  23. def sideEffect(f: (U24) => Unit): U24

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from U24 toDrxAny[U24] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  24. def signed: Long
    Definition Classes
    Unsigned
  25. def someIf(f: (U24) => Boolean): Option[U24]
    Implicit
    This member is added by an implicit conversion from U24 toDrxAny[U24] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  26. val thisAny: U24
    Implicit
    This member is added by an implicit conversion from U24 toDrxAny[U24] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  27. def toInt: Int
  28. def toLong: Long
    Definition Classes
    U24Unsigned
  29. def toString(): String
    Definition Classes
    Unsigned → Any
  30. val value: Int

Shadowed Implicit Value Members

  1. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from U24 toany2stringadd[U24] performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u24: any2stringadd[U24]).+(other)
    Definition Classes
    any2stringadd

Deprecated Value Members

  1. def ?>(f: (U24) => Boolean): Option[U24]

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from U24 toDrxAny[U24] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) to many symbols are hard to undertand

  2. def |>[B](f: (U24) => B): B
    Implicit
    This member is added by an implicit conversion from U24 toDrxAny[U24] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) use preApply if you must (symbols are concise without concision)

  3. def [B](y: B): (U24, B)
    Implicit
    This member is added by an implicit conversion from U24 toArrowAssoc[U24] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Unsigned

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion richDrxAny fromU24 to DrxAny[U24]

Inherited by implicit conversion any2stringadd fromU24 to any2stringadd[U24]

Inherited by implicit conversion StringFormat fromU24 to StringFormat[U24]

Inherited by implicit conversion Ensuring fromU24 to Ensuring[U24]

Inherited by implicit conversion ArrowAssoc fromU24 to ArrowAssoc[U24]

Ungrouped