StringElem

io.bullet.borer.Dom.StringElem
final case class StringElem(value: String) extends AbstractTextElem

Attributes

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

Members list

Value members

Concrete methods

def charCount: Long
def compact: String
def stringIterator: Iterator[String]

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