ServiceOp

consul4s.model.transaction.`package`.ServiceOp
See theServiceOp companion class
object ServiceOp

Attributes

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

Members list

Type members

Classlikes

case object Cas extends ServiceOp

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class ServiceOp
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[ServiceOp]