io.getquill.parser.engine.History
See theHistory companion trait
object History
Attributes
Members list
Type members
Classlikes
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Historyclass Objecttrait Matchableclass AnyShow all
case class Ignored(chain: ParserChain, parent: History)(expr: => String) extends HistoryPart
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HistoryParttrait Historyclass Objecttrait Matchableclass AnyShow all
case class Matched(chain: ParserChain, parent: History)(expr: => String) extends HistoryPart
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HistoryParttrait Historyclass Objecttrait Matchableclass AnyShow all
In this article