Advertisement
Guest User

Untitled

a guest
Mar 10th, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.17 KB | None | 0 0
  1. def complete: (⇒ ToResponseMarshallable) ⇒ StandardRoute = marshallable ⇒ new StandardRoute {
  2.     def apply(ctx: RequestContext): Unit = ctx.complete(marshallable)
  3.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement