VertxCatsServerInterpreter

sttp.tapir.server.vertx.cats.VertxCatsServerInterpreter$
See theVertxCatsServerInterpreter companion trait

Attributes

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

Members list

Concise view

Type members

Classlikes

implicit class VertxFutureToCatsF[A](f: => Future[A])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_]](dispatcher: Dispatcher[F])(implicit _fa: Async[F]): VertxCatsServerInterpreter[F]
def apply[F[_]](serverOptions: VertxCatsServerOptions[F])(implicit _fa: Async[F]): VertxCatsServerInterpreter[F]

Implicits

Implicits

final implicit def VertxFutureToCatsF[A](f: => Future[A]): VertxFutureToCatsF[A]