trait URLFunctions extends AnyRef

Self Type
URLFunctions with Magnets
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. URLFunctions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class CutFragment(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
  2. case class CutQueryString(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
  3. case class CutQueryStringAndFragment(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
  4. case class CutToFirstSignificantSubdomain(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
  5. case class CutURLParameter(col: (URLFunctions.this)#StringColMagnet[_], parameter: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
  6. case class CutWWW(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
  7. case class DecodeURLComponent(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
  8. case class Domain(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
  9. case class DomainWithoutWWW(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
  10. case class ExtractURLParameter(col: (URLFunctions.this)#StringColMagnet[_], param: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
  11. case class ExtractURLParameterNames(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLArrFunction with Product with Serializable
  12. case class ExtractURLParameters(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLArrFunction with Product with Serializable
  13. case class FirstSignificantSubdomain(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
  14. case class Fragment(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
  15. case class Path(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
  16. case class PathFull(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
  17. case class Protocol(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
  18. case class QueryString(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
  19. case class QueryStringAndFragment(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
  20. case class TopLevelDomain(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
  21. abstract class URLArrFunction extends (URLFunctions.this)#URLFunction[Seq[String]]
  22. sealed abstract class URLFunction[V] extends ExpressionColumn[V]
  23. case class URLHierarchy(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLArrFunction with Product with Serializable
  24. case class URLPathHierarchy(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLArrFunction with Product with Serializable
  25. abstract class URLStrFunction extends (URLFunctions.this)#URLFunction[String]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. def cutFragment(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#CutFragment
  7. def cutQueryString(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#CutQueryString
  8. def cutQueryStringAndFragment(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#CutQueryStringAndFragment
  9. def cutToFirstSignificantSubdomain(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#CutToFirstSignificantSubdomain
  10. def cutURLParameter(col: (URLFunctions.this)#StringColMagnet[_], parameter: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#CutURLParameter
  11. def cutWWW(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#CutWWW
  12. def decodeURLComponent(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#DecodeURLComponent
  13. def domain(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#Domain
  14. def domainWithoutWWW(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#DomainWithoutWWW
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def extractURLParameter(col: (URLFunctions.this)#StringColMagnet[_], param: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#ExtractURLParameter
  18. def extractURLParameterNames(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#ExtractURLParameterNames
  19. def extractURLParameters(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#ExtractURLParameters
  20. def firstSignificantSubdomain(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#FirstSignificantSubdomain
  21. def fragment(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#Fragment
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def path(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#Path
  29. def pathFull(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#PathFull
  30. def protocol(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#Protocol
  31. def queryString(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#QueryString
  32. def queryStringAndFragment(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#QueryStringAndFragment
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def topLevelDomain(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#TopLevelDomain
  36. def uRLHierarchy(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#URLHierarchy
  37. def uRLPathHierarchy(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#URLPathHierarchy
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped