object
JsHttp extends JsHttp
Type Members
-
type
JsF[T] = (JsValue) ⇒ T
-
type
JsIF = (JsValue) ⇒ JsObject
-
case class
SymOp extends Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
%[A, B, C, D](a: JsF[A], b: JsF[B], c: JsF[C], d: JsF[D])(js: JsValue): (A, B, C, D)
-
def
%[A, B, C](a: JsF[A], b: JsF[B], c: JsF[C])(js: JsValue): (A, B, C)
-
def
%[A, B](a: JsF[A], b: JsF[B])(js: JsValue): (A, B)
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
implicit
val
ctx: Option[Obj]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
implicit
def
ext2fun[T](ext: Extract[T]): JsF[T]
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
implicit
def
handlerToJsHandlers(r: HandlerVerbs): JsHandlers
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
implicit
def
requestToJsHandlers(r: Request): JsHandlers
-
implicit
def
stringToJsHandlers(r: String): JsHandlers
-
implicit
def
sym_add_operators[T](sym: Symbol): SymOp
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Js
Inherited from AnyRef
Inherited from Any