Object/Trait

zio.prelude.Assertion

Regex

Related Docs: trait Regex | package Assertion

Permalink

object Regex

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Regex
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Alphanumeric(reversed: Boolean) extends Regex with Product with Serializable

    Permalink
  2. final case class AndThen(first: Regex, second: Regex) extends Regex with Product with Serializable

    Permalink
  3. final case class CharacterSet(set: Set[Regex], reversed: Boolean) extends Regex with Product with Serializable

    Permalink
  4. final case class Digit(reversed: Boolean) extends Regex with Product with Serializable

    Permalink
  5. final case class Literal(char: Char) extends Regex with Product with Serializable

    Permalink
  6. final case class OrElse(first: Regex, second: Regex) extends Regex with Product with Serializable

    Permalink
  7. final case class Range(start: Char, end: Char, reversed: Boolean) extends Regex with Product with Serializable

    Permalink
  8. final case class Repeat(regex: Regex, min: Option[Int], max: Option[Int]) extends Regex with Product with Serializable

    Permalink
  9. final case class Whitespace(reversed: Boolean) extends Regex with Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object AnyChar extends Regex with Product with Serializable

    Permalink
  5. object Anything extends Regex with Product with Serializable

    Permalink
  6. object End extends Regex with Product with Serializable

    Permalink
  7. object Start extends Regex with Product with Serializable

    Permalink
  8. val alphanumeric: Regex

    Permalink
  9. val anyChar: Regex

    Permalink
  10. def anyCharOf(first: Char, second: Char, rest: Char*): Regex

    Permalink
  11. def anyRegexOf(first: Regex, second: Regex, rest: Regex*): Regex

    Permalink
  12. val anything: Regex

    Permalink
  13. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. val digit: Regex

    Permalink
  16. val end: Regex

    Permalink
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. def inRange(start: Char, end: Char): Regex

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def literal(str: String): Regex

    Permalink
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. val nonAlphanumeric: Regex

    Permalink
  27. val nonDigit: Regex

    Permalink
  28. val nonWhitespace: Regex

    Permalink
  29. def notAnyCharOf(first: Char, second: Char, rest: Char*): Regex

    Permalink
  30. def notAnyRegexOf(first: Regex, second: Regex, rest: Regex*): Regex

    Permalink
  31. def notInRange(start: Char, end: Char): Regex

    Permalink
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. val start: Regex

    Permalink
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. val whitespace: Regex

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped