MaskBased

final case class MaskBased 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
def getChars(array: Array[Char], startIx: Int): Unit
def size: Int
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
def andThen[A](g: Boolean => A): Char => A
Inherited from:
Function1
def compose[A](g: A => Char): A => Boolean
Inherited from:
Function1
def firstMatch(string: String): Option[Char]
Inherited from:
CharPredicate
Inherited from:
CharPredicate
Inherited from:
CharPredicate
Inherited from:
CharPredicate

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
Inherited from:
Product