Health

smithy4s.example.PizzaAdminServiceOperation.Health
See theHealth companion object
final case class Health(input: HealthRequest) extends PizzaAdminServiceOperation[HealthRequest, HealthError, HealthResponse, Nothing, Nothing]

Attributes

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

Members list

Value members

Concrete methods

def ordinal: Int
def run[F[_, _, _, _, _]](impl: PizzaAdminServiceGen[F]): F[HealthRequest, HealthError, HealthResponse, Nothing, Nothing]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product