ofByte

nobox.ofByte
See theofByte companion class
object ofByte

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ofByte.type

Members list

Value members

Concrete methods

def apply(elems: Byte*): ofByte
def fill(size: Int)(f: => Byte): ofByte
def fillAll(size: Int)(elem: Byte): ofByte
def flatten(xs: Array[Array[Byte]]): ofByte
def iterate(start: Byte, len: Int)(f: Byte => Byte): ofByte
def tabulate(n: Int)(f: Int => Byte): ofByte
def unfold[B](z: B)(f: B => Option[(B, Byte)]): ofByte

Concrete fields

val empty: ofByte