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. Protected

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

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 def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped