Action

object Action
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Action.type

Type members

Classlikes

final case class Delete[A](s: A) extends Action[A]
final case class Insert[A](s: A) extends Action[A]
final case class Keep[A](s: A) extends Action[A]

Inherited types

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror