quasar
.
api
QResponse
Related Docs:
object QResponse
|
package api
final
case class
QResponse
[
S
[
_
]
]
(
status:
Status
,
headers:
Headers
,
body:
Process
[[β$1$]
Free
[
S
,
β$1$
],
ByteVector
]
)
extends
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
QResponse
Serializable
Serializable
Product
Equals
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
QResponse
(
status:
Status
,
headers:
Headers
,
body:
Process
[[β$1$]
Free
[
S
,
β$1$
],
ByteVector
]
)
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
val
body
:
Process
[[β$1$]
Free
[
S
,
β$1$
],
ByteVector
]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
flatMapS
[
T
[
_
]
]
(
f:
~>
[
S
, [β$2$]
Free
[
T
,
β$2$
]]
)
:
QResponse
[
T
]
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
val
headers
:
Headers
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
mapS
[
T
[
_
]
]
(
f:
~>
[
S
,
T
]
)
:
QResponse
[
T
]
def
modifyHeaders
(
f: (
Headers
) ⇒
Headers
)
:
QResponse
[
S
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
status
:
Status
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toHttpResponse
(
i:
~>
[
S
,
ResponseOr
]
)
:
Task
[
Response
]
def
toHttpResponseF
(
i:
~>
[[β$7$]
Free
[
S
,
β$7$
],
ResponseOr
]
)
:
Task
[
Response
]
def
translate
[
T
[
_
]
]
(
f:
~>
[[β$5$]
Free
[
S
,
β$5$
], [β$6$]
Free
[
T
,
β$6$
]]
)
:
QResponse
[
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
(
...
)
def
withStatus
(
s:
Status
)
:
QResponse
[
S
]
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
AnyRef
Inherited from
Any
Ungrouped