object
Regex
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
allOf[A](values: A*): Regex[A]
-
def
allOfF[F[_], A](values: F[A])(implicit foldableF: Foldable[F]): Regex[A]
-
def
allOfFR[F[_], A](values: F[Kleene[A]])(implicit foldableF: Foldable[F]): Kleene[A]
-
def
allOfR[A](values: Kleene[A]*): Kleene[A]
-
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
count[A](n: Int, r: Kleene[A]): Kleene[A]
-
def
empty[A]: Kleene[A]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
impossible[A]: Kleene[A]
-
final
def
isInstanceOf[T0]: Boolean
-
def
lit[A](value: A): Regex[A]
-
def
literal[A](value: A): Regex[A]
-
def
matcher[F[_], A](r: Regex[A])(implicit orderingA: Ordering[A], foldableF: Foldable[F]): (F[A]) ⇒ Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
oneOf[A](a1: A, as: A*): Regex[A]
-
def
oneOfF[F[_], A](values: F[A])(implicit reducibleF: Reducible[F]): Regex[A]
-
def
oneOfFR[F[_], A](values: F[Kleene[A]])(implicit reducibleF: Reducible[F]): Kleene[A]
-
def
oneOfR[A](r1: Kleene[A], rs: Kleene[A]*): Kleene[A]
-
def
oneOrMore[A](value: Kleene[A]): Kleene[A]
-
-
def
range[A](l: A, r: A): Regex[A]
-
def
repeat[A](minInclusive: Int, maxInclusive: Int, r: Kleene[A]): Kleene[A]
-
def
seq[A](values: Seq[A]): Regex[A]
-
def
star[A](value: Kleene[A]): Kleene[A]
-
def
stringMatcher(r: Regex[Char]): (String) ⇒ Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
wildcard[A]: Regex[A]
Inherited from AnyRef
Inherited from Any