Packages

c

fm.common

QueryParamsBuilder

final class QueryParamsBuilder extends QueryParamsBuilderBase

Source
QueryParamsBase.scala
Linear Supertypes
QueryParamsBuilderBase, Builder[(String, String), QueryParams], Growable[(String, String)], Clearable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueryParamsBuilder
  2. QueryParamsBuilderBase
  3. Builder
  4. Growable
  5. Clearable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new QueryParamsBuilder()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ++=(xs: IterableOnce[(String, String)]): QueryParamsBuilder.this.type
    Definition Classes
    Growable
    Annotations
    @inline()
  4. final def +=(elem: (String, String)): QueryParamsBuilder.this.type
    Definition Classes
    Growable
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def addAll(xs: IterableOnce[(String, String)]): QueryParamsBuilder.this.type
    Definition Classes
    Growable
  7. def addOne(param: (String, String)): QueryParamsBuilder.this.type
    Definition Classes
    QueryParamsBuilder → Growable
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val builder: ReusableBuilder[(String, String), Vector[(String, String)]]
    Attributes
    protected[this]
    Definition Classes
    QueryParamsBuilderBase
  10. def clear(): Unit
    Definition Classes
    QueryParamsBuilderBase → Builder → Clearable
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def knownSize: Int
    Definition Classes
    Growable
  18. def mapResult[NewTo](f: (QueryParams) => NewTo): Builder[(String, String), NewTo]
    Definition Classes
    Builder
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def result(): QueryParams
    Definition Classes
    QueryParamsBuilderBase → Builder
  23. final def sizeHint(coll: IterableOnce[_], delta: Int): Unit
    Definition Classes
    Builder
  24. def sizeHint(size: Int): Unit
    Definition Classes
    Builder
  25. final def sizeHintBounded(size: Int, boundingColl: Iterable[_]): Unit
    Definition Classes
    Builder
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. final def +=(elem1: (String, String), elem2: (String, String), elems: (String, String)*): QueryParamsBuilder.this.type
    Definition Classes
    Growable
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use ++= aka addAll instead of varargs +=; infix operations with an operand of multiple args will be deprecated

  2. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from QueryParamsBuilderBase

Inherited from Builder[(String, String), QueryParams]

Inherited from Growable[(String, String)]

Inherited from Clearable

Inherited from AnyRef

Inherited from Any

Ungrouped