Action

io.getquill.Action
sealed trait Action[E] extends QAC[E, Any]

Attributes

Graph
Supertypes
trait QAC[E, Any]
class Object
trait Matchable
class Any
Known subtypes
trait ActionReturning[E, Output]
trait Delete[E]
trait Insert[E]
trait Update[E]
In this article