You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.