QueryParamsBuilder

fm.common.QueryParamsBuilder
final class QueryParamsBuilder extends BuilderCompat[(String, String), QueryParams]

Attributes

Graph
Supertypes
trait BuilderCompat[(String, String), QueryParams]
trait GrowableCompat[(String, String)]
trait Builder[(String, String), QueryParams]
trait Growable[(String, String)]
trait Clearable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def ++=(other: QueryParams): QueryParamsBuilder.this.type
def addOne(param: (String, String)): QueryParamsBuilder.this.type
def clear(): Unit

Inherited methods

final def ++=(elems: TraversableOnce[(String, String)]): GrowableCompat.this.type

Attributes

Inherited from:
GrowableCompat
final def ++=(xs: IterableOnce[(String, String)]): Growable.this.type

Attributes

Inherited from:
Growable
final def +=(elem: (String, String)): Growable.this.type

Attributes

Inherited from:
Growable
def addAll(elems: TraversableOnce[(String, String)]): GrowableCompat.this.type

Attributes

Inherited from:
GrowableCompat
def addAll(xs: IterableOnce[(String, String)]): Growable.this.type

Attributes

Inherited from:
Growable
def knownSize: Int

Attributes

Inherited from:
Growable
def mapResult[NewTo](f: QueryParams => NewTo): Builder[A, NewTo]

Attributes

Inherited from:
Builder
final def sizeHint(coll: IterableOnce[_], delta: Int): Unit

Attributes

Inherited from:
Builder
def sizeHint(size: Int): Unit

Attributes

Inherited from:
Builder
final def sizeHintBounded(size: Int, boundingColl: Iterable[_]): Unit

Attributes

Inherited from:
Builder

Deprecated and Inherited methods

final def +=(elem1: (String, String), elem2: (String, String), elems: (String, String)*): Growable.this.type

Attributes

Deprecated
[Since version 2.13.0] Use `++=` aka `addAll` instead of varargs `+=`; infix operations with an operand of multiple args will be deprecated
Inherited from:
Growable