Change the type of key that this builder requires, with the option of indicating an error condition
Change the type of key that this builder requires, with the option of indicating an error condition
3.1
Change the type of value that this builder requires, with the option of indicating an error condition
Change the type of value that this builder requires, with the option of indicating an error condition
4.0
Change the type of extra that this parser produces
Change the type of extra that this parser produces
4.0
Change the type of failure that this parser produces
Change the type of failure that this parser produces
4.0
Change the type of key that this builder requires
Change the type of key that this builder requires
Change the type of value that this builder requires
Change the type of value that this builder requires
Convert the input into a series of key-value pairs, insert those key-value pairs into builder
, return the value output by builder
Convert the input into a series of key-value pairs, insert those key-value pairs into builder
, return the value output by builder
Parse the input into a Value.
Parse the input into a Value. Return a Right if Parser.parse would have returned a Primitive, else return a Left.
4.0
Parse the input into a Value.
Parse the input into a Value. Return a Right if Parser.parse would have returned a Primitive, else return a Left.
(Since version 4.0) This version doesn't allow specifying what the error is; use the two-arg version instead
A parser that reads and parses each Value and its index from a Seq
the type of key used by recurse
the type of primitiveValue used by recurse
the type of values contained in the Seq
4.0