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
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def ++(that: ofByte1): ofByte1
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  5. def ===(that: ofByte1): Boolean
    Annotations
    @inline()
  6. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def contains(elem: Byte): Boolean
  9. def count(f: (Byte) ⇒ Boolean): Int
  10. def drop(n: Int): ofByte
  11. def dropRight(n: Int): ofByte
  12. def dropWhile(f: (Byte) ⇒ Boolean): ofByte
  13. def exists(f: (Byte) ⇒ Boolean): Boolean
  14. def filter(f: (Byte) ⇒ Boolean): ofByte
  15. def filterNot(f: (Byte) ⇒ Boolean): ofByte
  16. def find(f: (Byte) ⇒ Boolean): Option[Byte]
  17. def forall(f: (Byte) ⇒ Boolean): Boolean
  18. def foreach[U](f: (Byte) ⇒ U): Unit
  19. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  20. def head: Byte
  21. def indexOf(elem: Byte): Option[Int]
  22. def init: ofByte
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def lastIndexOf(elem: Byte): Option[Int]
  25. def length: Int
  26. def max: Byte
  27. def maxBy[A](f: (Byte) ⇒ A)(implicit A: Ordering[A]): Byte
  28. def min: Byte
  29. def minBy[A](f: (Byte) ⇒ A)(implicit A: Ordering[A]): Byte
  30. def minmax: (Byte, Byte)
  31. def mkString: String
  32. def mkString(sep: String): String
  33. def mkString(start: String, sep: String, end: String): String
  34. def reduceLeft(f: (Byte, Byte) ⇒ Byte): Byte
  35. def reduceRight(f: (Byte, Byte) ⇒ Byte): Byte
  36. def reverse: ofByte1
  37. def scanLeft1(f: (Byte, Byte) ⇒ Byte): ofByte1
  38. def scanRight1(f: (Byte, Byte) ⇒ Byte): ofByte1
  39. val self: Array[Byte]
  40. def sorted: ofByte1
  41. def tail: ofByte
  42. def take(n: Int): ofByte
  43. def takeWhile(f: (Byte) ⇒ Boolean): ofByte
  44. def toArray: Array[Byte]
  45. def toList: List[Byte]
  46. def toString(): String
    Definition Classes
    ofByte1 → Any

Inherited from AnyVal

Inherited from Any

Ungrouped