org.parboiled2.CharPredicate

GeneralCharPredicate

case class GeneralCharPredicate extends CharPredicate with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, CharPredicate, (Char) ⇒ Boolean, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GeneralCharPredicate
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. CharPredicate
  7. Function1
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
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 ++(chars: Seq[Char]): CharPredicate

    Definition Classes
    GeneralCharPredicateCharPredicate
  4. def ++(that: CharPredicate): CharPredicate

    Definition Classes
    GeneralCharPredicateCharPredicate
  5. def ++(chars: String): CharPredicate

    Definition Classes
    CharPredicate
  6. def ++(char: Char): CharPredicate

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

    Definition Classes
    GeneralCharPredicateCharPredicate
  8. def --(that: CharPredicate): CharPredicate

    Definition Classes
    GeneralCharPredicateCharPredicate
  9. def --(chars: String): CharPredicate

    Definition Classes
    CharPredicate
  10. def --(char: Char): CharPredicate

    Definition Classes
    CharPredicate
  11. final def ==(arg0: Any): Boolean

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

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

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

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

    Definition Classes
    GeneralCharPredicate → Function1
  16. def asCharMask: CharMask

    Definition Classes
    CharPredicate
  17. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  18. def clone(): AnyRef

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

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  20. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def finalize(): Unit

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

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

    Definition Classes
    CharPredicate
  24. final def getClass(): Class[_]

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

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

    Definition Classes
    CharPredicate
  27. def intersect(that: CharPredicate): CharPredicate

    Definition Classes
    GeneralCharPredicateCharPredicate
  28. def isCharMask: Boolean

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

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

    Definition Classes
    CharPredicate
  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. def matchesAll(string: String): Boolean

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

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

    Definition Classes
    AnyRef
  33. def negated: CharPredicate

    Definition Classes
    CharPredicate
  34. final def notify(): Unit

    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

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

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

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

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    Function1 → AnyRef → Any
  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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

Ungrouped