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

Type members

Classlikes

final case class Builder[Alg[_[_, _, _, _, _]], Op[_, _, _, _, _]]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Builder

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Builder.type
trait Mixin[Alg[_[_, _, _, _, _]], Op[_, _, _, _, _]] extends Service[Alg]

Attributes

Supertypes
trait Service[Alg]
trait HasId
trait FunctorK5[Alg]
class Object
trait Matchable
class Any
Show all
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

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

Types

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

Value members

Concrete methods

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