object Handler
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Handler
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def handle(endpoints: (Request) => List[ServerEndpoint[Any, IO]], docInfo: DocInfo): FunctionType
- def handle(endpoints: (Request) => List[ServerEndpoint[Any, IO]]): FunctionType
- def handle(endpoints: List[ServerEndpoint[Any, IO]], docInfo: DocInfo = DocInfo.default): FunctionType
- def handleF[F[_]](endpoints: (Request) => List[ServerEndpoint[Any, F]], execute: (F[APIGatewayProxyStructuredResultV2]) => Future[APIGatewayProxyStructuredResultV2], docInfo: DocInfo)(implicit arg0: Sync[F]): FunctionType
- def handleF[F[_]](endpoints: (Request) => List[ServerEndpoint[Any, F]], execute: (F[APIGatewayProxyStructuredResultV2]) => Future[APIGatewayProxyStructuredResultV2])(implicit arg0: Sync[F]): FunctionType
- def handleF[F[_]](endpoints: List[ServerEndpoint[Any, F]], execute: (F[APIGatewayProxyStructuredResultV2]) => Future[APIGatewayProxyStructuredResultV2], docInfo: DocInfo = DocInfo.default)(implicit arg0: Sync[F]): FunctionType
- def handleFCustom[F[_]](endpointsf: (Request) => List[ServerEndpoint[Any, F]], execute: (F[APIGatewayProxyStructuredResultV2], Request) => Future[APIGatewayProxyStructuredResultV2], docInfo: DocInfo = DocInfo.default)(implicit arg0: Sync[F]): FunctionType
- def handleFWithContext[F[_]](endpoints: List[ServerEndpoint[Any, F]], execute: (F[APIGatewayProxyStructuredResultV2], Request) => Future[APIGatewayProxyStructuredResultV2], docInfo: DocInfo = DocInfo.default)(implicit arg0: Sync[F]): FunctionType
- def handleFunc(endpoints: List[ServerEndpoint[Any, IOFunc]], docInfo: DocInfo = DocInfo.default): FunctionType
- def handleFuture(endpoints: (Request) => List[ServerEndpoint[Any, Future]], docInfo: DocInfo): FunctionType
- def handleFuture(endpoints: (Request) => List[ServerEndpoint[Any, Future]]): FunctionType
- def handleFuture(endpoints: List[ServerEndpoint[Any, Future]], docInfo: DocInfo = DocInfo.default): FunctionType
- def handleFutureFunc(endpoints: List[ServerEndpoint[Any, FutureFunc]], docInfo: DocInfo = DocInfo.default): FunctionType
- def handleFutureKleisli(endpoints: List[ServerEndpoint[Any, FutureKleisli]], docInfo: DocInfo = DocInfo.default): FunctionType
- def handleKleisli(endpoints: List[ServerEndpoint[Any, IOKleisli]], docInfo: DocInfo = DocInfo.default): FunctionType
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)