Class/Object

configs

Bytes

Related Docs: object Bytes | package configs

Permalink

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

Linear Supertypes
Serializable, Serializable, Product, Equals, Ordered[Bytes], Comparable[Bytes], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Bytes
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Ordered
  7. Comparable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Bytes(value: Long)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def *(rhs: Double): Bytes

    Permalink
  4. def *(rhs: Long): Bytes

    Permalink
  5. def *(rhs: Int): Bytes

    Permalink
  6. def +(rhs: Bytes): Bytes

    Permalink
  7. def -(rhs: Bytes): Bytes

    Permalink
  8. def /(rhs: Bytes): Double

    Permalink
  9. def /(rhs: Double): Bytes

    Permalink
  10. def /(rhs: Long): Bytes

    Permalink
  11. def /(rhs: Int): Bytes

    Permalink
  12. def <(that: Bytes): Boolean

    Permalink
    Definition Classes
    Ordered
  13. def <<(rhs: Long): Bytes

    Permalink
  14. def <<(rhs: Int): Bytes

    Permalink
  15. def <=(that: Bytes): Boolean

    Permalink
    Definition Classes
    Ordered
  16. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def >(that: Bytes): Boolean

    Permalink
    Definition Classes
    Ordered
  18. def >=(that: Bytes): Boolean

    Permalink
    Definition Classes
    Ordered
  19. def >>(rhs: Long): Bytes

    Permalink
  20. def >>(rhs: Int): Bytes

    Permalink
  21. def >>>(rhs: Long): Bytes

    Permalink
  22. def >>>(rhs: Int): Bytes

    Permalink
  23. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  24. def asMemorySize: Option[ConfigMemorySize]

    Permalink
  25. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. def compare(rhs: Bytes): Int

    Permalink
    Definition Classes
    Bytes → Ordered
  27. def compareTo(that: Bytes): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  28. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. def unary_+: Bytes

    Permalink
  37. def unary_-: Bytes

    Permalink
  38. val value: Long

    Permalink
  39. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Ordered[Bytes]

Inherited from Comparable[Bytes]

Inherited from AnyRef

Inherited from Any

Ungrouped