class TestAjaxClient[F[_]] extends AjaxClient[F]

Linear Supertypes
AjaxClient[F], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TestAjaxClient
  2. AjaxClient
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TestAjaxClient(autoRespondInitially: Boolean)

Type Members

  1. final type Req = TestAjaxClient.Req { type Codec[A] = F[A] }
  2. final type ReqOf[P <: AjaxProtocol[F]] = TestAjaxClient.Req { ... /* 2 definitions in type refinement */ }

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addAutoResponse(p: AjaxProtocol[F])(f: (ReqOf[p.type]) => scalajs.react.Callback): Unit
  5. def addAutoResponsePF(f: PartialFunction[Req, scalajs.react.Callback]): Unit
  6. def apply(p: AjaxProtocol[F])(req: RequestType): CallbackTo[scalajs.react.AsyncCallback[Response[ResponseType]]]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def assertReqsSent(expect: Int): Unit
  9. var autoRespond: Boolean
  10. def autoRespondTo(req: Req): Unit
  11. def autoRespondToLast(): Unit
  12. var autoResponseFallback: (Req) => scalajs.react.Callback
  13. var autoResponsePFs: List[PartialFunction[Req, scalajs.react.Callback]]
  14. def clear(): Unit
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  16. def defaultAutoResponseFallback: (Req) => scalajs.react.Callback
    Attributes
    protected
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def invoker(p: AjaxProtocol[F]): ServerSideProcInvoker[RequestType, ErrorMsg, ResponseType]
    Definition Classes
    TestAjaxClient → AjaxClient
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def last(): Req
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def nthLast(n: Int): Req
  28. def onReq(req: Req): Req
    Attributes
    protected
  29. def processsResponse(p: AjaxProtocol[F])(req: RequestType, res: Response[ResponseType]): Either[ErrorMsg, ResponseType]
    Attributes
    protected
    Annotations
    @nowarn()
  30. var reqs: Vector[Req]
  31. def reset(): Unit
  32. def respondToLast(p: AjaxProtocol[F]): ResponseDsl[ResponseType, Unit]
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. var timeoutMs: Long
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AjaxClient[F]

Inherited from AnyRef

Inherited from Any

Ungrouped