Attributes
- Companion
- object
- Source
- UrlForm.scala
- Graph
-
- Supertypes
-
class AnyValtrait Matchableclass Any
Members list
Value members
Concrete methods
Attributes
- Source
- UrlForm.scala
Same as updatedParamEncoders(key, vals)
Same as updateFormField(key, value)
Same as updateParamEncoder(key, value)
Attributes
- Source
- UrlForm.scala
Attributes
- Source
- UrlForm.scala
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
-
UrlFormupdated withkeyandvaluepair if key does not exist invalues. Otherwisevaluewill 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
-
UrlFormupdated as it is updated withupdateFormField(key, v)ifvalueisSome(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
-
UrlFormupdated withkeyandvalsif key does not exist invalues, otherwisevalswill be appended to the existing entry. Ifvalsis empty,UrlFormwill remain as is - Source
- UrlForm.scala