QAC

io.getquill.QAC
sealed trait QAC[ModificationEntity, +OutputEntity]

A Quill-Action-Concept centrally defines Quill Query, Insert, Update, Delete, etc... actions. This ZIO-inspired construct makes it easier to reason about Quoted actions (particularly in Dotty) in a type-full way.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Action[E]
trait ActionReturning[E, Output]
trait Delete[E]
trait Insert[E]
trait Update[E]
trait Query[T]
trait EntityQueryModel[T]
trait JoinQuery[A, B, R]
Show all
In this article