A question about Scala Objects

Posted by Randin on Stack Overflow See other posts from Stack Overflow or by Randin
Published on 2010-03-21T00:19:43Z Indexed on 2010/03/21 0:31 UTC
Read the original article Hit count: 447

Filed under:
|
|

In the example for coding with Json using Databinder Dispatch Nathan uses an Object (Http) without a method, shown here:

import dispatch._
import Http._
Http("http://www.fox.com/dollhouse/" >>> System.out )

How is he doing this?

© Stack Overflow or respective owner

Related posts about scala

Related posts about databinder