- Companion:
- object
class AnyVal
trait Matchable
class Any
Value members
Concrete methods
- Value parameters:
- ev
evidence of the existence of
QueryParamEncoder[T]
- key
name of the field
- value
value of the field
- Returns:
UrlForm
updated withkey
andvalue
pair if key does not exist invalues
. Otherwisevalue
will be added to the existing entry.
- Value parameters:
- ev
evidence of the existence of
QueryParamEncoder[T]
- key
name of the field
- value
optional value of the field
- Returns:
UrlForm
updated as it is updated withupdateFormField(key, v)
ifvalue
isSome(v)
, otherwise it is unaltered