Packages

object CharPredicate

Source
CharPredicate.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CharPredicate
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class ApplyMagnet extends AnyRef
  2. class ArrayBased extends CharPredicate
  3. case class General extends CharPredicate with Product with Serializable
  4. case class MaskBased extends CharPredicate with Product with Serializable
  5. class RangeBased extends CharPredicate

Value Members

  1. val All: CharPredicate
  2. val Alpha: CharPredicate
  3. val AlphaNum: CharPredicate
  4. val Digit: CharPredicate
  5. val Digit19: CharPredicate
  6. val Empty: CharPredicate
  7. val HexDigit: CharPredicate
  8. val HexLetter: CharPredicate
  9. val LowerAlpha: CharPredicate
  10. val LowerHexLetter: CharPredicate
  11. val Printable: CharPredicate
  12. val UpperAlpha: CharPredicate
  13. val UpperHexLetter: CharPredicate
  14. val Visible: CharPredicate
  15. def apply(magnets: ApplyMagnet*): CharPredicate
  16. def from(predicate: (Char) ⇒ Boolean): CharPredicate
  17. object ApplyMagnet