P

overflowdb.traversal.filter.P$
object P

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
P.type

Members list

Concise view

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