Builder

works.iterative.forms.impl.FormR.Builder
case class Builder(data: Map[RelativePath, List[Any]] = ...)

Attributes

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

Members list

Value members

Concrete methods

def add(p: RelativePath, v: String): Builder
def add(p: RelativePath, v: List[String]): Builder
def add(p: RelativePath, v: Option[String]): Builder
def addAll(d: Map[String, String]): Builder
def build(root: AbsolutePath): FormR
def build: FormR
def set(p: RelativePath, v: String): Builder
def set(p: RelativePath, v: List[String]): Builder
def set(p: RelativePath, v: Option[String]): Builder

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product