final case class Simple[F[_], _Req, _Res](url: Relative, req: Of[F, _Req], res: Of[F, _Res]) extends AjaxProtocol[F] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Simple
- Serializable
- Product
- Equals
- AjaxProtocol
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Req = _Req
- type Res = _Res
- final type ServerSideFn[G[_]] = ((protocol)#PreparedRequestType) => G[(protocol)#ResponseType]
- Definition Classes
- AjaxProtocol
- final type ServerSideFnI[G[_], I] = (I, (protocol)#PreparedRequestType) => G[(protocol)#ResponseType]
- Definition Classes
- AjaxProtocol
- final type ServerSideFnIO[G[_], I, O] = (I, (protocol)#PreparedRequestType) => G[((protocol)#ResponseType, O)]
- Definition Classes
- AjaxProtocol
- final type ServerSideFnO[G[_], O] = ((protocol)#PreparedRequestType) => G[((protocol)#ResponseType, O)]
- Definition Classes
- AjaxProtocol
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]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val prepReq: req
- Definition Classes
- Simple → AjaxProtocol
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val protocol: general.Protocol.RequestResponse.Simple[F, Req, Res]
- Definition Classes
- Simple → AjaxProtocol
- val req: Of[F, _Req]
- val res: Of[F, _Res]
- def responseProtocol(req: Req): Of[F, _Res]
- Definition Classes
- Simple → AjaxProtocol
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val url: Relative
- Definition Classes
- Simple → AjaxProtocol
- 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