Packages

c

fs2.internal.jsdeps.node.urlMod.UrlObject

UrlObjectMutableBuilder

implicit final class UrlObjectMutableBuilder[Self <: UrlObject] extends AnyVal

Annotations
@inline()
Source
urlMod.scala
Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UrlObjectMutableBuilder
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new UrlObjectMutableBuilder(x: Self)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  7. def setAuth(value: java.lang.String): Self
    Annotations
    @inline()
  8. def setAuthNull: Self
    Annotations
    @inline()
  9. def setAuthUndefined: Self
    Annotations
    @inline()
  10. def setHash(value: java.lang.String): Self
    Annotations
    @inline()
  11. def setHashNull: Self
    Annotations
    @inline()
  12. def setHashUndefined: Self
    Annotations
    @inline()
  13. def setHost(value: java.lang.String): Self
    Annotations
    @inline()
  14. def setHostNull: Self
    Annotations
    @inline()
  15. def setHostUndefined: Self
    Annotations
    @inline()
  16. def setHostname(value: java.lang.String): Self
    Annotations
    @inline()
  17. def setHostnameNull: Self
    Annotations
    @inline()
  18. def setHostnameUndefined: Self
    Annotations
    @inline()
  19. def setHref(value: java.lang.String): Self
    Annotations
    @inline()
  20. def setHrefNull: Self
    Annotations
    @inline()
  21. def setHrefUndefined: Self
    Annotations
    @inline()
  22. def setPathname(value: java.lang.String): Self
    Annotations
    @inline()
  23. def setPathnameNull: Self
    Annotations
    @inline()
  24. def setPathnameUndefined: Self
    Annotations
    @inline()
  25. def setPort(value: |[java.lang.String, Double]): Self
    Annotations
    @inline()
  26. def setPortNull: Self
    Annotations
    @inline()
  27. def setPortUndefined: Self
    Annotations
    @inline()
  28. def setProtocol(value: java.lang.String): Self
    Annotations
    @inline()
  29. def setProtocolNull: Self
    Annotations
    @inline()
  30. def setProtocolUndefined: Self
    Annotations
    @inline()
  31. def setQuery(value: |[java.lang.String, ParsedUrlQueryInput]): Self
    Annotations
    @inline()
  32. def setQueryNull: Self
    Annotations
    @inline()
  33. def setQueryUndefined: Self
    Annotations
    @inline()
  34. def setSearch(value: java.lang.String): Self
    Annotations
    @inline()
  35. def setSearchNull: Self
    Annotations
    @inline()
  36. def setSearchUndefined: Self
    Annotations
    @inline()
  37. def setSlashes(value: Boolean): Self
    Annotations
    @inline()
  38. def setSlashesNull: Self
    Annotations
    @inline()
  39. def setSlashesUndefined: Self
    Annotations
    @inline()
  40. def toString(): java.lang.String
    Definition Classes
    Any
  41. val x: Self

Inherited from AnyVal

Inherited from Any

Ungrouped