General

case class General extends CharPredicate
trait Serializable
trait Product
trait Equals
trait Char => Boolean
class Object
trait Matchable
class Any

Value members

Concrete methods

def ++(chars: Seq[Char]): CharPredicate
def --(chars: Seq[Char]): CharPredicate
def apply(c: Char): Boolean
override def toString(): String
Definition Classes
Function1 -> Any

Inherited methods

def ++(chars: String): CharPredicate
Inherited from
CharPredicate
def ++(char: Char): CharPredicate
Inherited from
CharPredicate
def --(chars: String): CharPredicate
Inherited from
CharPredicate
def --(char: Char): CharPredicate
Inherited from
CharPredicate
@unspecialized
def andThen[A](g: Boolean => A): Char => A
Inherited from
Function1
@unspecialized
def compose[A](g: A => Char): A => Boolean
Inherited from
Function1
def firstMatch(string: String): Option[Char]
Inherited from
CharPredicate
def firstMismatch(string: String): Option[Char]
Inherited from
CharPredicate
def indexOfFirstMatch(string: String): Int
Inherited from
CharPredicate
def indexOfFirstMismatch(string: String): Int
Inherited from
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.

Inherited from
CharPredicate
def matchesAll(string: String): Boolean
Inherited from
CharPredicate
def matchesAny(string: String): Boolean
Inherited from
CharPredicate
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product