case class General extends CharPredicate with Product with Serializable
- Source
- CharPredicate.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- General
- Serializable
- Serializable
- Product
- Equals
- CharPredicate
- Function1
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
++(chars: Seq[Char]): CharPredicate
- Definition Classes
- General → CharPredicate
-
def
++(that: CharPredicate): CharPredicate
- Definition Classes
- General → CharPredicate
-
def
++(chars: String): CharPredicate
- Definition Classes
- CharPredicate
-
def
++(char: Char): CharPredicate
- Definition Classes
- CharPredicate
-
def
--(chars: Seq[Char]): CharPredicate
- Definition Classes
- General → CharPredicate
-
def
--(that: CharPredicate): CharPredicate
- Definition Classes
- General → CharPredicate
-
def
--(chars: String): CharPredicate
- Definition Classes
- CharPredicate
-
def
--(char: Char): CharPredicate
- Definition Classes
- CharPredicate
-
def
andThen[A](g: (Boolean) ⇒ A): (Char) ⇒ A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
def
apply(c: Char): Boolean
- Definition Classes
- General → Function1
-
def
asMaskBased: MaskBased
- Definition Classes
- CharPredicate
-
def
compose[A](g: (A) ⇒ Char): (A) ⇒ Boolean
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
def
firstMatch(string: String): Option[Char]
- Definition Classes
- CharPredicate
-
def
firstMismatch(string: String): Option[Char]
- Definition Classes
- CharPredicate
-
def
indexOfFirstMatch(string: String): Int
- Definition Classes
- CharPredicate
-
def
indexOfFirstMismatch(string: String): Int
- Definition Classes
- CharPredicate
-
def
intersect(that: CharPredicate): CharPredicate
- Definition Classes
- General → CharPredicate
-
def
isMaskBased: Boolean
Determines wether this CharPredicate is an instance of the high-performance, constant-time
CharPredicate.MaskBased
implementation.Determines wether this CharPredicate is an instance of the high-performance, constant-time
CharPredicate.MaskBased
implementation.- Definition Classes
- CharPredicate
-
def
matchesAll(string: String): Boolean
- Definition Classes
- CharPredicate
-
def
matchesAny(string: String): Boolean
- Definition Classes
- CharPredicate
-
def
negated: CharPredicate
- Definition Classes
- CharPredicate
- val predicate: (Char) ⇒ Boolean
-
def
toString(): String
- Definition Classes
- General → Function1 → AnyRef → Any