Sets the key
bean property in the folding
object
Sets the key
bean property in the folding
object
the object to be added to. Must be either the return value of init or the return value of apply
the key of a key-value pair
the input to a parser
a parser for turning input into a value
# A scala.util.Right containing the built value, or # A scala.util.Left indicating an error message and error index
maybe check for other primitive numeric types - IE a setVal(Short)
when handed a Long
or visa versa
the starting point of the builder
the starting point of the builder
Change the type of key that this builder requires
Change the type of key that this builder requires
next
Change the type of value that this builder requires
Change the type of value that this builder requires
next
A builder that builds a Case Class
the primitive values produced by the parser
the type of object to build
next