Packages

case class General extends CharPredicate with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. General
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. CharPredicate
  7. Function1
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from General to any2stringadd[General] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ++(chars: Seq[Char]): CharPredicate
    Definition Classes
    GeneralCharPredicate
  5. def ++(that: CharPredicate): CharPredicate
    Definition Classes
    GeneralCharPredicate
  6. def ++(chars: String): CharPredicate
    Definition Classes
    CharPredicate
  7. def ++(char: Char): CharPredicate
    Definition Classes
    CharPredicate
  8. def --(chars: Seq[Char]): CharPredicate
    Definition Classes
    GeneralCharPredicate
  9. def --(that: CharPredicate): CharPredicate
    Definition Classes
    GeneralCharPredicate
  10. def --(chars: String): CharPredicate
    Definition Classes
    CharPredicate
  11. def --(char: Char): CharPredicate
    Definition Classes
    CharPredicate
  12. def ->[B](y: B): (General, B)
    Implicit
    This member is added by an implicit conversion from General to ArrowAssoc[General] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  13. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def and(that: (Char) ⇒ Boolean): CharPredicate
    Attributes
    protected
    Definition Classes
    CharPredicate
  15. def andNot(that: (Char) ⇒ Boolean): CharPredicate
    Attributes
    protected
    Definition Classes
    CharPredicate
  16. def andThen[A](g: (Boolean) ⇒ A): (Char) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  17. def apply(c: Char): Boolean
    Definition Classes
    General → Function1
  18. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  19. def asMaskBased: MaskBased
    Definition Classes
    CharPredicate
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  21. def compose[A](g: (A) ⇒ Char): (A) ⇒ Boolean
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  22. def ensuring(cond: (General) ⇒ Boolean, msg: ⇒ Any): General
    Implicit
    This member is added by an implicit conversion from General to Ensuring[General] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: (General) ⇒ Boolean): General
    Implicit
    This member is added by an implicit conversion from General to Ensuring[General] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean, msg: ⇒ Any): General
    Implicit
    This member is added by an implicit conversion from General to Ensuring[General] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: Boolean): General
    Implicit
    This member is added by an implicit conversion from General to Ensuring[General] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. def firstMatch(string: String): Option[Char]
    Definition Classes
    CharPredicate
  29. def firstMismatch(string: String): Option[Char]
    Definition Classes
    CharPredicate
  30. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from General to StringFormat[General] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  31. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. def indexOfFirstMatch(string: String): Int
    Definition Classes
    CharPredicate
  33. def indexOfFirstMismatch(string: String): Int
    Definition Classes
    CharPredicate
  34. def intersect(that: CharPredicate): CharPredicate
    Definition Classes
    GeneralCharPredicate
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. def isMaskBased: Boolean

    Determines wether this CharPredicate is an instance of the high-performance, constant-time CharPredicate.MaskBased implementation.

    Determines wether this CharPredicate is an instance of the high-performance, constant-time CharPredicate.MaskBased implementation.

    Definition Classes
    CharPredicate
  37. def matchesAll(string: String): Boolean
    Definition Classes
    CharPredicate
  38. def matchesAny(string: String): Boolean
    Definition Classes
    CharPredicate
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. def negated: CharPredicate
    Definition Classes
    CharPredicate
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. def or(that: (Char) ⇒ Boolean): CharPredicate
    Attributes
    protected
    Definition Classes
    CharPredicate
  44. val predicate: (Char) ⇒ Boolean
  45. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    General → Function1 → AnyRef → Any
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  50. def [B](y: B): (General, B)
    Implicit
    This member is added by an implicit conversion from General to ArrowAssoc[General] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from CharPredicate

Inherited from (Char) ⇒ Boolean

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from General to any2stringadd[General]

Inherited by implicit conversion StringFormat from General to StringFormat[General]

Inherited by implicit conversion Ensuring from General to Ensuring[General]

Inherited by implicit conversion ArrowAssoc from General to ArrowAssoc[General]

Ungrouped