case class MaskBased extends CharPredicate with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MaskBased
- Serializable
- Product
- Equals
- CharPredicate
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def ++(chars: Seq[Char]): CharPredicate
- Definition Classes
- MaskBased → CharPredicate
- def ++(that: CharPredicate): CharPredicate
- Definition Classes
- MaskBased → CharPredicate
- def ++(chars: String): CharPredicate
- Definition Classes
- CharPredicate
- def ++(char: Char): CharPredicate
- Definition Classes
- CharPredicate
- def --(chars: Seq[Char]): CharPredicate
- Definition Classes
- MaskBased → CharPredicate
- def --(that: CharPredicate): CharPredicate
- Definition Classes
- MaskBased → CharPredicate
- def --(chars: String): CharPredicate
- Definition Classes
- CharPredicate
- def --(char: Char): CharPredicate
- Definition Classes
- CharPredicate
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def and(that: CharPredicate): CharPredicate
- Attributes
- protected
- Definition Classes
- CharPredicate
- def andNot(that: CharPredicate): CharPredicate
- Attributes
- protected
- Definition Classes
- CharPredicate
- def apply(c: Char): Boolean
- Definition Classes
- MaskBased → CharPredicate
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asMaskBased: MaskBased
- Definition Classes
- CharPredicate
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def firstMatch(string: String): Option[Char]
- Definition Classes
- CharPredicate
- def firstMismatch(string: String): Option[Char]
- Definition Classes
- CharPredicate
- def getChars(array: Array[Char], startIx: Int): Unit
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val highMask: Long
- def indexOfFirstMatch(string: String): Int
- Definition Classes
- CharPredicate
- def indexOfFirstMismatch(string: String): Int
- Definition Classes
- CharPredicate
- def intersect(that: CharPredicate): CharPredicate
- Definition Classes
- MaskBased → CharPredicate
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isMaskBased: Boolean
Determines wether this CharPredicate is an instance of the high-performance, constant-time
CharPredicate.MaskBasedimplementation.Determines wether this CharPredicate is an instance of the high-performance, constant-time
CharPredicate.MaskBasedimplementation.- Definition Classes
- CharPredicate
- val lowMask: Long
- def matchesAll(string: String): Boolean
- Definition Classes
- CharPredicate
- def matchesAny(string: String): Boolean
- Definition Classes
- CharPredicate
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def negated: CharPredicate
- Definition Classes
- CharPredicate
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def or(that: CharPredicate): CharPredicate
- Attributes
- protected
- Definition Classes
- CharPredicate
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def size: Int
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toArray: Array[Char]
- def toString(): String
- Definition Classes
- MaskBased → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()