Skip to content
aaronbee edited this page Sep 14, 2010 · 6 revisions

Syntax

What is Returned?

A Scala List instance that contains the entities that match the query.
You can learn more about Scala Lists here. Two important methods are head and tail, which are the car and cdr of Scala. Also, you may find isEmpty and length useful.

Ruby Enumerable is mixed in. You can do things like each for iteration.

Clone this wiki locally