sealed abstract class CharPredicate extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- CharPredicate
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def ++(chars: Seq[Char]): CharPredicate
- abstract def ++(that: CharPredicate): CharPredicate
- abstract def --(chars: Seq[Char]): CharPredicate
- abstract def --(that: CharPredicate): CharPredicate
- abstract def apply(char: Char): Boolean
- abstract def intersect(that: CharPredicate): CharPredicate
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def ++(chars: String): CharPredicate
- def ++(char: Char): CharPredicate
- def --(chars: String): CharPredicate
- def --(char: Char): CharPredicate
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
and(that: CharPredicate): CharPredicate
- Attributes
- protected
-
def
andNot(that: CharPredicate): CharPredicate
- Attributes
- protected
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asMaskBased: MaskBased
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def firstMatch(string: String): Option[Char]
- def firstMismatch(string: String): Option[Char]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def indexOfFirstMatch(string: String): Int
- def indexOfFirstMismatch(string: String): Int
-
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. - def matchesAll(string: String): Boolean
- def matchesAny(string: String): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def negated: 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
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()