Book

smithy4s.example.PizzaAdminServiceOperation$.Book
See theBook companion object
case class Book(input: BookInput) extends PizzaAdminServiceOperation[BookInput, Nothing, BookOutput, Nothing, Nothing]

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PizzaAdminServiceOperation[BookInput, Nothing, BookOutput, Nothing, Nothing]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def endpoint: (BookInput, Endpoint[PizzaAdminServiceOperation, BookInput, Nothing, BookOutput, Nothing, Nothing])
def run[F[_, _, _, _, _]](impl: PizzaAdminServiceGen[F]): F[BookInput, Nothing, BookOutput, Nothing, Nothing]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product