ofByte1

nobox.ofByte1
See theofByte1 companion object
final class ofByte1 extends AnyVal

Attributes

Companion:
object
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def ++(that: ofByte1): ofByte1
def ===(that: ofByte1): Boolean
def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
def contains(elem: Byte): Boolean
def count(f: Byte => Boolean): Int
def drop(n: Int): ofByte
def dropRight(n: Int): ofByte
def dropWhile(f: Byte => Boolean): ofByte
def exists(f: Byte => Boolean): Boolean
def filter(f: Byte => Boolean): ofByte
def filterNot(f: Byte => Boolean): ofByte
def find(f: Byte => Boolean): Option[Byte]
def forall(f: Byte => Boolean): Boolean
def foreach[U](f: Byte => U): Unit
def head: Byte
def indexOf(elem: Byte): Option[Int]
def lastIndexOf(elem: Byte): Option[Int]
def length: Int
def max: Byte
def maxBy[A](f: Byte => A)(implicit A: Ordering[A]): Byte
def min: Byte
def minBy[A](f: Byte => A)(implicit A: Ordering[A]): Byte
def minmax: (Byte, Byte)
def mkString(start: String, sep: String, end: String): String
def mkString(sep: String): String
def mkString: String
def reduceLeft(f: (Byte, Byte) => Byte): Byte
def reduceRight(f: (Byte, Byte) => Byte): Byte
def scanLeft1(f: (Byte, Byte) => Byte): ofByte1
def scanRight1(f: (Byte, Byte) => Byte): ofByte1
def take(n: Int): ofByte
def takeWhile(f: Byte => Boolean): ofByte
def toArray: Array[Byte]
def toList: List[Byte]
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any

Concrete fields

val self: Array[Byte]