Packages

implicit final class RegexOps extends AnyVal

Extension methods for Regex.

Source
util.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RegexOps
  2. AnyVal
  3. Any
Implicitly
  1. by AnyOps
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RegexOps(value: Regex)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from RegexOps to any2stringadd[RegexOps] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (RegexOps, B)
    Implicit
    This member is added by an implicit conversion from RegexOps to ArrowAssoc[RegexOps] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def ensuring(cond: (RegexOps) ⇒ Boolean, msg: ⇒ Any): RegexOps
    Implicit
    This member is added by an implicit conversion from RegexOps to Ensuring[RegexOps] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  8. def ensuring(cond: (RegexOps) ⇒ Boolean): RegexOps
    Implicit
    This member is added by an implicit conversion from RegexOps to Ensuring[RegexOps] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: Boolean, msg: ⇒ Any): RegexOps
    Implicit
    This member is added by an implicit conversion from RegexOps to Ensuring[RegexOps] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean): RegexOps
    Implicit
    This member is added by an implicit conversion from RegexOps to Ensuring[RegexOps] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from RegexOps to StringFormat[RegexOps] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  12. def future: Future[RegexOps]

    Creates an already completed Future containing value.

    Creates an already completed Future containing value.

    returns

    the already completed Future with the specified result

    Implicit
    This member is added by an implicit conversion from RegexOps to AnyOps[RegexOps] performed by method AnyOps in scail.commons.ops.
    Definition Classes
    AnyOps
    Annotations
    @inline()
  13. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def matches(input: CharSequence): Boolean

    Attempts to match the entire region against the pattern.

    Attempts to match the entire region against the pattern.

    input

    the character sequence to be matched

    returns

    true if the entire region sequence matches this pattern, false otherwise

  16. def option: Option[RegexOps]

    Creates an Option containing value.

    Creates an Option containing value.

    returns

    Some(value) if value is not null, None otherwise

    Implicit
    This member is added by an implicit conversion from RegexOps to AnyOps[RegexOps] performed by method AnyOps in scail.commons.ops.
    Definition Classes
    AnyOps
    Annotations
    @inline()
  17. def tap(f: (RegexOps) ⇒ Unit): RegexOps

    Applies side-effectul method to value, returning value.

    Applies side-effectul method to value, returning value.

    f

    the side-effectful method to apply to value

    returns

    value

    Implicit
    This member is added by an implicit conversion from RegexOps to AnyOps[RegexOps] performed by method AnyOps in scail.commons.ops.
    Definition Classes
    AnyOps
  18. def toString(): String
    Definition Classes
    Any
  19. def [B](y: B): (RegexOps, B)
    Implicit
    This member is added by an implicit conversion from RegexOps to ArrowAssoc[RegexOps] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion AnyOps from RegexOps to AnyOps[RegexOps]

Inherited by implicit conversion any2stringadd from RegexOps to any2stringadd[RegexOps]

Inherited by implicit conversion StringFormat from RegexOps to StringFormat[RegexOps]

Inherited by implicit conversion Ensuring from RegexOps to Ensuring[RegexOps]

Inherited by implicit conversion ArrowAssoc from RegexOps to ArrowAssoc[RegexOps]

Ungrouped