Action

zio.test.internal.myers.Action$
See theAction companion trait
object Action

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Action.type

Members list

Concise view

Type members

Classlikes

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

Attributes

Graph
Supertypes
trait Product
trait Equals
trait Action[A]
class Object
trait Matchable
class Any
final case class Insert[A](s: A) extends Action[A]

Attributes

Graph
Supertypes
trait Product
trait Equals
trait Action[A]
class Object
trait Matchable
class Any
final case class Keep[A](s: A) extends Action[A]

Attributes

Graph
Supertypes
trait Product
trait Equals
trait Action[A]
class Object
trait Matchable
class Any

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror