Service

trait Service[Client, Req[_]]
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply[A](client: Client, req: Req[A]): AsyncCallback[A]