implicit final
class
Multiyntax extends AnyVal with EntityResponseGenerator
Instance Constructors
-
new
Multiyntax(status: Status.MultiStatus.type)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
apply[A](body: A, headers: Headers)(implicit w: EntityEncoder[A]): Task[Response]
-
def
apply[A](body: A)(implicit w: EntityEncoder[A]): Task[Response]
-
def
apply(): Task[Response]
-
final
def
asInstanceOf[T0]: T0
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
val
status: Status.MultiStatus.type
-
def
toString(): String
Inherited from AnyVal
Inherited from NotNull
Inherited from Any