Attributes
- Companion
- object
- Source
- UrlForm.scala
- Graph
-
- Supertypes
-
class AnyValtrait Matchableclass Any
Members list
Value members
Concrete methods
Same as updatedParamEncoders
(key, vals)
Same as updateFormField(key, value)
Same as updateParamEncoder
(key, value)
Attributes
- Source
- UrlForm.scala
Attributes
- Source
- UrlForm.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
- Source
- UrlForm.scala
Value parameters
- ev
-
evidence of the existence of
QueryParamEncoder[T]
- key
-
name of the field
- value
-
value of the field
Attributes
- Returns
-
UrlForm
updated withkey
andvalue
pair if key does not exist invalues
. Otherwisevalue
will be added to the existing entry. - Source
- UrlForm.scala
Value parameters
- ev
-
evidence of the existence of
QueryParamEncoder[T]
- key
-
name of the field
- value
-
optional value of the field
Attributes
- Returns
-
UrlForm
updated as it is updated withupdateFormField(key, v)
ifvalue
isSome(v)
, otherwise it is unaltered - Source
- UrlForm.scala
Value parameters
- ev
-
evidence of the existence of
QueryParamEncoder[T]
- key
-
name of the field
- vals
-
a Chain of values for the field
Attributes
- Returns
-
UrlForm
updated withkey
andvals
if key does not exist invalues
, otherwisevals
will be appended to the existing entry. Ifvals
is empty,UrlForm
will remain as is - Source
- UrlForm.scala