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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val All: CharPredicate
  5. val Alpha: CharPredicate
  6. val AlphaNum: CharPredicate
  7. val Digit: CharPredicate
  8. val Digit19: CharPredicate
  9. val Empty: CharPredicate
  10. val HexDigit: CharPredicate
  11. val HexLetter: CharPredicate
  12. val LowerAlpha: CharPredicate
  13. val LowerHexLetter: CharPredicate
  14. val Printable: CharPredicate
  15. val UpperAlpha: CharPredicate
  16. val UpperHexLetter: CharPredicate
  17. val Visible: CharPredicate
  18. def apply(magnets: ApplyMagnet*): CharPredicate
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def from(predicate: (Char) ⇒ Boolean): CharPredicate
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. object ApplyMagnet

Inherited from AnyRef

Inherited from Any

Ungrouped