t

eu.timepit.refined.predicates

StringPredicates

trait StringPredicates extends AnyRef

Source
string.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StringPredicates
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final type EndsWith[S] = string.EndsWith[S]
  2. final type IPv4 = string.IPv4
  3. final type IPv6 = string.IPv6
  4. final type MatchesRegex[S] = string.MatchesRegex[S]
  5. final type Regex = string.Regex
  6. final type StartsWith[S] = string.StartsWith[S]
  7. final type Uri = string.Uri
  8. final type Url = string.Url
  9. final type Uuid = string.Uuid
  10. final type ValidBigDecimal = string.ValidBigDecimal
  11. final type ValidBigInt = string.ValidBigInt
  12. final type ValidDouble = string.ValidDouble
  13. final type ValidInt = string.ValidInt
  14. final type ValidLong = string.ValidLong
  15. final type XPath = string.XPath
  16. final type Xml = string.Xml

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 val EndsWith: string.EndsWith.type
  5. final val IPv4: string.IPv4.type
  6. final val IPv6: string.IPv6.type
  7. final val MatchesRegex: string.MatchesRegex.type
  8. final val Regex: string.Regex.type
  9. final val StartsWith: string.StartsWith.type
  10. final val Uri: string.Uri.type
  11. final val Url: string.Url.type
  12. final val Uuid: string.Uuid.type
  13. final val ValidBigDecimal: string.ValidBigDecimal.type
  14. final val ValidBigInt: string.ValidBigInt.type
  15. final val ValidDouble: string.ValidDouble.type
  16. final val ValidInt: string.ValidInt.type
  17. final val ValidLong: string.ValidLong.type
  18. final val XPath: string.XPath.type
  19. final val Xml: string.Xml.type
  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped