P

object P

commonly used predicates e.g. for Traversal.has|hasNot|is steps

class Object
trait Matchable
class Any

Value members

Concrete methods

def eq[A](a: A): A => Boolean
def matches(regex: String): String => Boolean
def matches(regex: Regex): String => Boolean
def matches(regexes: String*): String => Boolean
def neq[A](a: A): A => Boolean
def within[A](values: Set[A]): A => Boolean
def without[A](values: Set[A]): A => Boolean