object CharPredicate
- Source
- CharPredicate.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CharPredicate
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- class ApplyMagnet extends AnyRef
- class ArrayBased extends CharPredicate
- case class General extends CharPredicate with Product with Serializable
- case class MaskBased extends CharPredicate with Product with Serializable
- class RangeBased extends CharPredicate
Value Members
- val All: CharPredicate
- val Alpha: CharPredicate
- val AlphaNum: CharPredicate
- val Digit: CharPredicate
- val Digit19: CharPredicate
- val Empty: CharPredicate
- val HexDigit: CharPredicate
- val HexLetter: CharPredicate
- val LowerAlpha: CharPredicate
- val LowerHexLetter: CharPredicate
- val Printable: CharPredicate
- val UpperAlpha: CharPredicate
- val UpperHexLetter: CharPredicate
- val Visible: CharPredicate
- def apply(magnets: ApplyMagnet*): CharPredicate
- def from(predicate: (Char) ⇒ Boolean): CharPredicate
- object ApplyMagnet