ofChar

nobox.ofChar
See theofChar companion class
object ofChar

Attributes

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

Members list

Value members

Concrete methods

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

Concrete fields

val empty: ofChar