ArrayElem

io.bullet.borer.Dom.ArrayElem
See theArrayElem companion object
sealed abstract class ArrayElem(dataItem: Int) extends Element

Attributes

Companion
object
Graph
Supertypes
class Element
class Object
trait Matchable
class Any
Known subtypes
class Sized
class Unsized

Members list

Value members

Abstract methods

def elems: Vector[Element]

Inherited methods

def render(maxShownByteArrayPrefixLen: Int, maxShownStringPrefixLen: Int, maxShownArrayElems: Int, maxShownMapEntries: Int, initialGutterWidth: Int, renderLevelCount: Boolean, renderEndOfInput: Boolean, renderCommas: Boolean, indentation: String, mapKeySep: String, lineSep: String, mapValueOnNewLine: Boolean): String

Attributes

Inherited from:
Element

Inherited fields

val dataItemShift: Int

Attributes

Inherited from:
Element