final
class
QHttpService[S[_]] extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
apply(req: Request): Free[S, QResponse[S]]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
-
val
f: slamdata.Predef.PartialFunction[Request, Free[S, QResponse[S]]]
-
def
finalize(): Unit
-
def
flatMapS[T[_]](g: ~>[S, [β$0$]Free[T, β$0$]]): QHttpService[T]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
mapS[T[_]](g: ~>[S, T]): QHttpService[T]
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toHttpService(i: ~>[S, ResponseOr]): HttpService
-
def
toHttpServiceF(i: ~>[[β$3$]Free[S, β$3$], ResponseOr]): HttpService
-
def
toString(): String
-
def
translate[T[_]](g: ~>[[β$1$]Free[S, β$1$], [β$2$]Free[T, β$2$]]): QHttpService[T]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit