A PrimitiveSeqParser that parses Seq[SeqValue]
, but with mappings to convert the native values into
A PrimitiveSeqParser that parses Seq[SeqValue]
, but with mappings to convert the native values into
new PrimitiveSeqParser[SeqValue].mapKey(keyMapping).mapValue(valueMapping)
3.1