FunctionalPrinter

case class FunctionalPrinter(content: Vector[String], indentLevel: Int)
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def add(s: String*): FunctionalPrinter

Adds strings at the current indent level.

Adds strings at the current indent level.

def addGroupsWithDelimiter(delimiter: String)(groups: Seq[Seq[String]]): FunctionalPrinter

add with indent

add with indent

def addWithDelimiter(delimiter: String)(s: Seq[String]): FunctionalPrinter

apply the function with indent

apply the function with indent

def result(): String
def seq(s: Seq[String]): FunctionalPrinter
override def toString: String
Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields

val INDENT_SIZE: Int