CheckOp

consul4s.model.transaction.`package`.CheckOp
See theCheckOp companion class
object CheckOp

Attributes

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

Members list

Type members

Classlikes

case object Cas extends CheckOp

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class CheckOp
class Object
trait Matchable
class Any
Show all
Self type
Cas.type
case object Delete extends CheckOp

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class CheckOp
class Object
trait Matchable
class Any
Show all
Self type
Delete.type
case object DeleteCas extends CheckOp

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class CheckOp
class Object
trait Matchable
class Any
Show all
Self type
DeleteCas.type
case object Get extends CheckOp

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class CheckOp
class Object
trait Matchable
class Any
Show all
Self type
Get.type
case object Set extends CheckOp

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class CheckOp
class Object
trait Matchable
class Any
Show all
Self type
Set.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def unapply(v: String): Option[CheckOp]