Packages

final class U64 extends AnyVal with Unsigned

Long wrapper

Source
byte.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. U64
  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 U64(value: Long)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. def +(that: U64): U64
  4. def ->[B](y: B): (U64, B)
    Implicit
    This member is added by an implicit conversion from U64 toArrowAssoc[U64] 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: (U64) => U64): U64
    Implicit
    This member is added by an implicit conversion from U64 toDrxAny[U64] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  7. def applyIf(t: (U64) => Boolean)(f: (U64) => U64): U64

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from U64 toDrxAny[U64] 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
    U64Unsigned
  10. def elementOf(xs: Set[U64]): Boolean
    Implicit
    This member is added by an implicit conversion from U64 toDrxAny[U64] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  11. def ensuring(cond: (U64) => Boolean, msg: => Any): U64
    Implicit
    This member is added by an implicit conversion from U64 toEnsuring[U64] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (U64) => Boolean): U64
    Implicit
    This member is added by an implicit conversion from U64 toEnsuring[U64] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: => Any): U64
    Implicit
    This member is added by an implicit conversion from U64 toEnsuring[U64] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): U64
    Implicit
    This member is added by an implicit conversion from U64 toEnsuring[U64] 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 U64 toStringFormat[U64] 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. def hi: Int
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def lo: Int
  21. def mask: Long
    Definition Classes
    Unsigned
  22. def noneIf(f: (U64) => Boolean): Option[U64]
    Implicit
    This member is added by an implicit conversion from U64 toDrxAny[U64] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  23. def optionIf(f: (U64) => Boolean): Option[U64]

    optionally wrap an object

    optionally wrap an object

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

    a preApply f => f(a)

    a preApply f => f(a)

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

    side effect filter

    side effect filter

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

Shadowed Implicit Value Members

  1. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from U64 toany2stringadd[U64] 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:
    (u64: any2stringadd[U64]).+(other)
    Definition Classes
    any2stringadd

Deprecated Value Members

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

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from U64 toDrxAny[U64] 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: (U64) => B): B
    Implicit
    This member is added by an implicit conversion from U64 toDrxAny[U64] 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): (U64, B)
    Implicit
    This member is added by an implicit conversion from U64 toArrowAssoc[U64] 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 fromU64 to DrxAny[U64]

Inherited by implicit conversion any2stringadd fromU64 to any2stringadd[U64]

Inherited by implicit conversion StringFormat fromU64 to StringFormat[U64]

Inherited by implicit conversion Ensuring fromU64 to Ensuring[U64]

Inherited by implicit conversion ArrowAssoc fromU64 to ArrowAssoc[U64]

Ungrouped