Matched

io.getquill.parser.engine.History.Matched
case class Matched(chain: ParserChain, parent: History)(expr: => String) extends HistoryPart

Attributes

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

Members list

Value members

Inherited methods

def name: String

Attributes

Inherited from:
HistoryPart
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def withFailure(expr: String): Failed

Attributes

Inherited from:
History