Delete

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

Attributes

Graph
Supertypes
trait Action[E]
trait QAC[E, Nothing]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def returning[R](f: E => R): ActionReturning[E, R]
def returningMany[R](f: E => R): ActionReturning[E, List[R]]