I find this kind of code is very common in Lift framework, written like this:
object BindHelpers extends BindHelpers {}
What does this mean?
|
|
|||
|
|
|
In this case,
For instance:
The same techniques is used in Scalatest for |
|||
|
|
It's interesting for an If |
|||
|
It might be that the pattern here is other. I don't know Lift to answer this, but there's a problem with |
|||
|
|
|
You can find David Pollak's answer to the same question in the liftweb group. |
|||
|
|