Constant

smithy4s.example.PizzaAdminServiceGen$.Constant
class Constant[P[_, _, _, _, _]](value: P[Any, Nothing, Nothing, Nothing, Nothing]) extends Transformed[PizzaAdminServiceOperation, P]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def addMenuItem(restaurant: String, menuItem: MenuItem): P1[AddMenuItemRequest, AddMenuItemError, AddMenuItemResult, Nothing, Nothing]

Attributes

Inherited from:
Transformed
def book(name: String, town: Option[String]): P1[BookInput, Nothing, BookOutput, Nothing, Nothing]

Attributes

Inherited from:
Transformed
def customCode(code: Int): P1[CustomCodeInput, CustomCodeError, CustomCodeOutput, Nothing, Nothing]

Attributes

Inherited from:
Transformed
def echo(pathParam: String, body: EchoBody, queryParam: Option[String]): P1[EchoInput, Nothing, Unit, Nothing, Nothing]

Attributes

Inherited from:
Transformed
def getEnum(aa: TheEnum): P1[GetEnumInput, GetEnumError, GetEnumOutput, Nothing, Nothing]

Attributes

Inherited from:
Transformed

Attributes

Inherited from:
Transformed
def getMenu(restaurant: String): P1[GetMenuRequest, GetMenuError, GetMenuResult, Nothing, Nothing]

Attributes

Inherited from:
Transformed
def headerEndpoint(uppercaseHeader: Option[String], capitalizedHeader: Option[String], lowercaseHeader: Option[String], mixedHeader: Option[String]): P1[HeaderEndpointData, Nothing, HeaderEndpointData, Nothing, Nothing]

Attributes

Inherited from:
Transformed
def health(query: Option[String]): P1[HealthRequest, HealthError, HealthResponse, Nothing, Nothing]

Attributes

Inherited from:
Transformed
def roundTrip(label: String, header: Option[String], query: Option[String], body: Option[String]): P1[RoundTripData, Nothing, RoundTripData, Nothing, Nothing]

Attributes

Inherited from:
Transformed
def transform: PartiallyApplied[PizzaAdminServiceGen[F]]

Attributes

Inherited from:
PizzaAdminServiceGen
def version(): P1[Unit, Nothing, VersionOutput, Nothing, Nothing]

Attributes

Inherited from:
Transformed