Sized

io.bullet.borer.Dom.ArrayElem.Sized
See theSized companion object
final case class Sized(elems: Vector[Element]) extends ArrayElem

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class ArrayElem
class Element
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
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