Service

smithy4s.Service$
See theService companion trait
object Service

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Service.type

Members list

Concise view

Type members

Classlikes

trait Mixin[Alg[_[_, _, _, _, _]], Op[_, _, _, _, _]] extends Service[Alg]

Attributes

Graph
Supertypes
trait Service[Alg]
trait HasId
trait FunctorK5[Alg]
class Object
trait Matchable
class Any
trait Reflective[Op[_, _, _, _, _]] extends Service[<none>]

A Service the algebra of which is a PolyFunction

A Service the algebra of which is a PolyFunction

Attributes

Graph
Supertypes
trait Service[<none>]
trait HasId
trait FunctorK5[<none>]
class Object
trait Matchable
class Any

Types

type Aux[Alg[_[_, _, _, _, _]], Op[_, _, _, _, _]] = Service[Alg] { type Operation = Op; }

Value members

Concrete methods

def apply[Alg[_[_, _, _, _, _]]](implicit ev: Service[Alg]): Service[Alg]