quasar
.
api
QHttpService
Related Doc:
package api
final
case class
QHttpService
[
S
[
_
]
]
(
f:
Predef.PartialFunction
[
Request
,
Free
[
S
,
QResponse
[
S
]]]
)
extends
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
QHttpService
Serializable
Serializable
Product
Equals
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
QHttpService
(
f:
Predef.PartialFunction
[
Request
,
Free
[
S
,
QResponse
[
S
]]]
)
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
def
apply
(
req:
Request
)
:
Free
[
S
,
QResponse
[
S
]]
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
val
f
:
Predef.PartialFunction
[
Request
,
Free
[
S
,
QResponse
[
S
]]]
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
flatMapS
[
T
[
_
]
]
(
g:
~>
[
S
, [β$0$]
Free
[
T
,
β$0$
]]
)
:
QHttpService
[
T
]
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
mapS
[
T
[
_
]
]
(
g:
~>
[
S
,
T
]
)
:
QHttpService
[
T
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
orElse
(
other:
QHttpService
[
S
]
)
:
QHttpService
[
S
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toHttpService
(
i:
~>
[
S
,
ResponseOr
]
)
:
HttpService
def
toHttpServiceF
(
i:
~>
[[β$3$]
Free
[
S
,
β$3$
],
ResponseOr
]
)
:
HttpService
def
translate
[
T
[
_
]
]
(
g:
~>
[[β$1$]
Free
[
S
,
β$1$
], [β$2$]
Free
[
T
,
β$2$
]]
)
:
QHttpService
[
T
]
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
AnyRef
Inherited from
Any
Ungrouped