Class

akka.parboiled2.CharPredicate

General

Related Doc: package CharPredicate

Permalink

case class General extends CharPredicate with Product with Serializable

Source
CharPredicate.scala
Linear Supertypes
Type Hierarchy
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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    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

    Permalink
    Definition Classes
    GeneralCharPredicate
  5. def ++(that: CharPredicate): CharPredicate

    Permalink
    Definition Classes
    GeneralCharPredicate
  6. def ++(chars: String): CharPredicate

    Permalink
    Definition Classes
    CharPredicate
  7. def ++(char: Char): CharPredicate

    Permalink
    Definition Classes
    CharPredicate
  8. def --(chars: Seq[Char]): CharPredicate

    Permalink
    Definition Classes
    GeneralCharPredicate
  9. def --(that: CharPredicate): CharPredicate

    Permalink
    Definition Classes
    GeneralCharPredicate
  10. def --(chars: String): CharPredicate

    Permalink
    Definition Classes
    CharPredicate
  11. def --(char: Char): CharPredicate

    Permalink
    Definition Classes
    CharPredicate
  12. def ->[B](y: B): (General, B)

    Permalink
    Implicit information
    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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def and(that: (Char) ⇒ Boolean): CharPredicate

    Permalink
    Attributes
    protected
    Definition Classes
    CharPredicate
  15. def andNot(that: (Char) ⇒ Boolean): CharPredicate

    Permalink
    Attributes
    protected
    Definition Classes
    CharPredicate
  16. def andThen[A](g: (Boolean) ⇒ A): (Char) ⇒ A

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  17. def apply(c: Char): Boolean

    Permalink
    Definition Classes
    General → Function1
  18. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  19. def asMaskBased: MaskBased

    Permalink
    Definition Classes
    CharPredicate
  20. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. def compose[A](g: (A) ⇒ Char): (A) ⇒ Boolean

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  22. def ensuring(cond: (General) ⇒ Boolean, msg: ⇒ Any): General

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

    Permalink
    Definition Classes
    AnyRef
  27. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. def firstMatch(string: String): Option[Char]

    Permalink
    Definition Classes
    CharPredicate
  29. def firstMismatch(string: String): Option[Char]

    Permalink
    Definition Classes
    CharPredicate
  30. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    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[_]

    Permalink
    Definition Classes
    AnyRef → Any
  32. def indexOfFirstMatch(string: String): Int

    Permalink
    Definition Classes
    CharPredicate
  33. def indexOfFirstMismatch(string: String): Int

    Permalink
    Definition Classes
    CharPredicate
  34. def intersect(that: CharPredicate): CharPredicate

    Permalink
    Definition Classes
    GeneralCharPredicate
  35. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  36. def isMaskBased: Boolean

    Permalink

    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

    Permalink
    Definition Classes
    CharPredicate
  38. def matchesAny(string: String): Boolean

    Permalink
    Definition Classes
    CharPredicate
  39. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  40. def negated: CharPredicate

    Permalink
    Definition Classes
    CharPredicate
  41. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  42. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  43. def or(that: (Char) ⇒ Boolean): CharPredicate

    Permalink
    Attributes
    protected
    Definition Classes
    CharPredicate
  44. val predicate: (Char) ⇒ Boolean

    Permalink
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  46. def toString(): String

    Permalink
    Definition Classes
    General → Function1 → AnyRef → Any
  47. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def [B](y: B): (General, B)

    Permalink
    Implicit information
    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