Package

org.parboiled.scala

utils

Permalink

package utils

Visibility
  1. Public
  2. All

Type Members

  1. abstract class Predicate[-A] extends (A) ⇒ Boolean

    Permalink

    A simple wrapper around predicate functions providing for basic composability.

    A simple wrapper around predicate functions providing for basic composability. Functions (A => Boolean) are automatically wrapped with this class if they "demand" to be ANDed, ORed or NOTted.

Value Members

  1. object Predicate

    Permalink

Ungrouped