Class/Object

nobox

ofByte1

Related Docs: object ofByte1 | package nobox

Permalink

final class ofByte1 extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ofByte1
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

    Permalink
    Definition Classes
    Any
  3. def ++(that: ofByte1): ofByte1

    Permalink
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  5. def ===(that: ofByte1): Boolean

    Permalink
    Annotations
    @inline()
  6. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def contains(elem: Byte): Boolean

    Permalink
  9. def count(f: (Byte) ⇒ Boolean): Int

    Permalink
  10. def drop(n: Int): ofByte

    Permalink
  11. def dropRight(n: Int): ofByte

    Permalink
  12. def dropWhile(f: (Byte) ⇒ Boolean): ofByte

    Permalink
  13. def exists(f: (Byte) ⇒ Boolean): Boolean

    Permalink
  14. def filter(f: (Byte) ⇒ Boolean): ofByte

    Permalink
  15. def filterNot(f: (Byte) ⇒ Boolean): ofByte

    Permalink
  16. def find(f: (Byte) ⇒ Boolean): Option[Byte]

    Permalink
  17. def forall(f: (Byte) ⇒ Boolean): Boolean

    Permalink
  18. def foreach[U](f: (Byte) ⇒ U): Unit

    Permalink
  19. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  20. def head: Byte

    Permalink
  21. def indexOf(elem: Byte): Option[Int]

    Permalink
  22. def init: ofByte

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def lastIndexOf(elem: Byte): Option[Int]

    Permalink
  25. def length: Int

    Permalink
  26. def max: Byte

    Permalink
  27. def maxBy[A](f: (Byte) ⇒ A)(implicit A: Ordering[A]): Byte

    Permalink
  28. def min: Byte

    Permalink
  29. def minBy[A](f: (Byte) ⇒ A)(implicit A: Ordering[A]): Byte

    Permalink
  30. def minmax: (Byte, Byte)

    Permalink
  31. def mkString: String

    Permalink
  32. def mkString(sep: String): String

    Permalink
  33. def mkString(start: String, sep: String, end: String): String

    Permalink
  34. def reduceLeft(f: (Byte, Byte) ⇒ Byte): Byte

    Permalink
  35. def reduceRight(f: (Byte, Byte) ⇒ Byte): Byte

    Permalink
  36. def reverse: ofByte1

    Permalink
  37. def scanLeft1(f: (Byte, Byte) ⇒ Byte): ofByte1

    Permalink
  38. def scanRight1(f: (Byte, Byte) ⇒ Byte): ofByte1

    Permalink
  39. val self: Array[Byte]

    Permalink
  40. def sorted: ofByte1

    Permalink
  41. def tail: ofByte

    Permalink
  42. def take(n: Int): ofByte

    Permalink
  43. def takeWhile(f: (Byte) ⇒ Boolean): ofByte

    Permalink
  44. def toArray: Array[Byte]

    Permalink
  45. def toList: List[Byte]

    Permalink
  46. def toString(): String

    Permalink
    Definition Classes
    ofByte1 → Any

Inherited from AnyVal

Inherited from Any

Ungrouped