trait StringPredicates extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- StringPredicates
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final type EndsWith[S] = string.EndsWith[S]
- final type IPv4 = string.IPv4
- final type IPv6 = string.IPv6
- final type MatchesRegex[S] = string.MatchesRegex[S]
- final type Regex = string.Regex
- final type StartsWith[S] = string.StartsWith[S]
- final type Uri = string.Uri
- final type Url = string.Url
- final type Uuid = string.Uuid
- final type ValidBigDecimal = string.ValidBigDecimal
- final type ValidBigInt = string.ValidBigInt
- final type ValidDouble = string.ValidDouble
- final type ValidInt = string.ValidInt
- final type ValidLong = string.ValidLong
- final type XPath = string.XPath
- final type Xml = string.Xml
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 val EndsWith: string.EndsWith.type
- final val IPv4: string.IPv4.type
- final val IPv6: string.IPv6.type
- final val MatchesRegex: string.MatchesRegex.type
- final val Regex: string.Regex.type
- final val StartsWith: string.StartsWith.type
- final val Uri: string.Uri.type
- final val Url: string.Url.type
- final val Uuid: string.Uuid.type
- final val ValidBigDecimal: string.ValidBigDecimal.type
- final val ValidBigInt: string.ValidBigInt.type
- final val ValidDouble: string.ValidDouble.type
- final val ValidInt: string.ValidInt.type
- final val ValidLong: string.ValidLong.type
- final val XPath: string.XPath.type
- final val Xml: string.Xml.type
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()