Not

io.github.edadma.recognizer.Recognizer.Not
protected case class Not(p: Pattern) extends Pattern

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Pattern
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def |(that: Pattern): Pattern

Attributes

Inherited from:
Pattern
def ~(that: Pattern): Pattern

Attributes

Inherited from:
Pattern