trait URLFunctions extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- URLFunctions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class CutFragment(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
- case class CutQueryString(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
- case class CutQueryStringAndFragment(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
- case class CutToFirstSignificantSubdomain(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
- case class CutURLParameter(col: (URLFunctions.this)#StringColMagnet[_], parameter: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
- case class CutWWW(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
- case class DecodeURLComponent(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
- case class Domain(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
- case class DomainWithoutWWW(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
- case class ExtractURLParameter(col: (URLFunctions.this)#StringColMagnet[_], param: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
- case class ExtractURLParameterNames(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLArrFunction with Product with Serializable
- case class ExtractURLParameters(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLArrFunction with Product with Serializable
- case class FirstSignificantSubdomain(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
- case class Fragment(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
- case class Path(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
- case class PathFull(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
- case class Protocol(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
- case class QueryString(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
- case class QueryStringAndFragment(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
- case class TopLevelDomain(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLStrFunction with Product with Serializable
- abstract class URLArrFunction extends (URLFunctions.this)#URLFunction[Seq[String]]
- sealed abstract class URLFunction[V] extends ExpressionColumn[V]
- case class URLHierarchy(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLArrFunction with Product with Serializable
- case class URLPathHierarchy(col: (URLFunctions.this)#StringColMagnet[_]) extends (URLFunctions.this)#URLArrFunction with Product with Serializable
- abstract class URLStrFunction extends (URLFunctions.this)#URLFunction[String]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def cutFragment(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#CutFragment
- def cutQueryString(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#CutQueryString
- def cutQueryStringAndFragment(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#CutQueryStringAndFragment
- def cutToFirstSignificantSubdomain(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#CutToFirstSignificantSubdomain
- def cutURLParameter(col: (URLFunctions.this)#StringColMagnet[_], parameter: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#CutURLParameter
- def cutWWW(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#CutWWW
- def decodeURLComponent(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#DecodeURLComponent
- def domain(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#Domain
- def domainWithoutWWW(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#DomainWithoutWWW
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def extractURLParameter(col: (URLFunctions.this)#StringColMagnet[_], param: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#ExtractURLParameter
- def extractURLParameterNames(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#ExtractURLParameterNames
- def extractURLParameters(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#ExtractURLParameters
- def firstSignificantSubdomain(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#FirstSignificantSubdomain
- def fragment(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#Fragment
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def path(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#Path
- def pathFull(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#PathFull
- def protocol(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#Protocol
- def queryString(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#QueryString
- def queryStringAndFragment(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#QueryStringAndFragment
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def topLevelDomain(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#TopLevelDomain
- def uRLHierarchy(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#URLHierarchy
- def uRLPathHierarchy(col: (URLFunctions.this)#StringColMagnet[_]): (URLFunctions.this)#URLPathHierarchy
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
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.