Is there a way to implicitly add methods in scala object?
Upd:
For example, Unfiltered scala library have singleton object Body which contains methods Body.string(req: HttpRequest) and Body.bytes(req: HttpRequest) for read body from http request. So, I want read body in my domain objects, like Body.cars(req:HttpRequest).