Packages

object Handler

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Handler
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type FunctionType = Function2[Any, Context, Promise[APIGatewayProxyStructuredResultV2]]
  2. type FutureFunc[Out] = (Request) => Future[Out]
  3. type FutureKleisli[Out] = Kleisli[Future, Request, Out]
  4. type IOFunc[Out] = (Request) => IO[Out]
  5. type IOKleisli[Out] = Kleisli[IO, Request, Out]