Packages

final case class Bytes(byteCount: Long) extends AnyVal with Ordered[Bytes] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Bytes
  2. Serializable
  3. Product
  4. Equals
  5. Ordered
  6. Comparable
  7. AnyVal
  8. Any
Implicitly
  1. by orderingToOrdered
  2. by richDrxAny
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Bytes(byteCount: Long)

Value Members

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

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from Bytes toDrxAny[Bytes] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def bits: Long
  17. val byteCount: Long
  18. def compare(that: Bytes): Int
    Definition Classes
    Bytes → Ordered
  19. def compareTo(that: Bytes): Int
    Definition Classes
    Ordered → Comparable
  20. def elementOf(xs: Set[Bytes]): Boolean
    Implicit
    This member is added by an implicit conversion from Bytes toDrxAny[Bytes] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  21. def ensuring(cond: (Bytes) => Boolean, msg: => Any): Bytes
    Implicit
    This member is added by an implicit conversion from Bytes toEnsuring[Bytes] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: (Bytes) => Boolean): Bytes
    Implicit
    This member is added by an implicit conversion from Bytes toEnsuring[Bytes] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean, msg: => Any): Bytes
    Implicit
    This member is added by an implicit conversion from Bytes toEnsuring[Bytes] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean): Bytes
    Implicit
    This member is added by an implicit conversion from Bytes toEnsuring[Bytes] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Bytes toStringFormat[Bytes] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def noneIf(f: (Bytes) => Boolean): Option[Bytes]
    Implicit
    This member is added by an implicit conversion from Bytes toDrxAny[Bytes] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  29. def optionIf(f: (Bytes) => Boolean): Option[Bytes]

    optionally wrap an object

    optionally wrap an object

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

    a preApply f => f(a)

    a preApply f => f(a)

    Implicit
    This member is added by an implicit conversion from Bytes toDrxAny[Bytes] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  31. def productElementNames: Iterator[String]
    Definition Classes
    Product
  32. def sideEffect(f: (Bytes) => Unit): Bytes

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from Bytes toDrxAny[Bytes] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  33. def someIf(f: (Bytes) => Boolean): Option[Bytes]
    Implicit
    This member is added by an implicit conversion from Bytes toDrxAny[Bytes] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  34. val thisAny: Bytes
    Implicit
    This member is added by an implicit conversion from Bytes toDrxAny[Bytes] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  35. def toString(): String
    Definition Classes
    Bytes → Any

Shadowed Implicit Value Members

  1. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Bytes toany2stringadd[Bytes] 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:
    (bytes: any2stringadd[Bytes]).+(other)
    Definition Classes
    any2stringadd
  2. def <(that: Bytes): Boolean
    Implicit
    This member is added by an implicit conversion from Bytes toOrdered[Bytes] performed by method orderingToOrdered in scala.math.Ordered.
    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:
    (bytes: Ordered[Bytes]).<(that)
    Definition Classes
    Ordered
  3. def <=(that: Bytes): Boolean
    Implicit
    This member is added by an implicit conversion from Bytes toOrdered[Bytes] performed by method orderingToOrdered in scala.math.Ordered.
    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:
    (bytes: Ordered[Bytes]).<=(that)
    Definition Classes
    Ordered
  4. def >(that: Bytes): Boolean
    Implicit
    This member is added by an implicit conversion from Bytes toOrdered[Bytes] performed by method orderingToOrdered in scala.math.Ordered.
    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:
    (bytes: Ordered[Bytes]).>(that)
    Definition Classes
    Ordered
  5. def >=(that: Bytes): Boolean
    Implicit
    This member is added by an implicit conversion from Bytes toOrdered[Bytes] performed by method orderingToOrdered in scala.math.Ordered.
    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:
    (bytes: Ordered[Bytes]).>=(that)
    Definition Classes
    Ordered
  6. def compare(that: Bytes): Int
    Implicit
    This member is added by an implicit conversion from Bytes toOrdered[Bytes] performed by method orderingToOrdered in scala.math.Ordered.
    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:
    (bytes: Ordered[Bytes]).compare(that)
    Definition Classes
    Ordered
  7. def compareTo(that: Bytes): Int
    Implicit
    This member is added by an implicit conversion from Bytes toOrdered[Bytes] performed by method orderingToOrdered in scala.math.Ordered.
    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:
    (bytes: Ordered[Bytes]).compareTo(that)
    Definition Classes
    Ordered → Comparable

Deprecated Value Members

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

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from Bytes toDrxAny[Bytes] 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 size: Long
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) use byteCount instead

  3. def |>[B](f: (Bytes) => B): B
    Implicit
    This member is added by an implicit conversion from Bytes toDrxAny[Bytes] 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)

  4. def [B](y: B): (Bytes, B)
    Implicit
    This member is added by an implicit conversion from Bytes toArrowAssoc[Bytes] 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 Serializable

Inherited from Product

Inherited from Equals

Inherited from Ordered[Bytes]

Inherited from Comparable[Bytes]

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion orderingToOrdered fromBytes to Ordered[Bytes]

Inherited by implicit conversion richDrxAny fromBytes to DrxAny[Bytes]

Inherited by implicit conversion any2stringadd fromBytes to any2stringadd[Bytes]

Inherited by implicit conversion StringFormat fromBytes to StringFormat[Bytes]

Inherited by implicit conversion Ensuring fromBytes to Ensuring[Bytes]

Inherited by implicit conversion ArrowAssoc fromBytes to ArrowAssoc[Bytes]

Ungrouped