Simple

final case
class Simple[F[_], _Req, _Res](url: Relative, req: Of[F, _Req], res: Of[F, _Res]) extends AjaxProtocol[F]
trait Serializable
trait Product
trait Equals
trait AjaxProtocol[F]
class Object
trait Matchable
class Any

Type members

Types

type Req = _Req
type Res = _Res

Inherited types

Inherited from
AjaxProtocol
final
Inherited from
AjaxProtocol
final
type ServerSideFnIO[G[_], I, O] = (I, PreparedRequestType) => G[(ResponseType, O)]
Inherited from
AjaxProtocol
final
Inherited from
AjaxProtocol

Value members

Concrete methods

override
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

override
override