|
|
Browse by Tags
All Tags » Java » OSS » Quaere » LINQ
-
When I was writing the early spikes for the Quaere project, I wrote a blog post entitled ''The Poor Man's Lambda'', back then I used anonymous classes for the ''lambda'' expressions. Integer[] numbers={ 5, 4, 1, 3, 9, 8, 7, 2, 0}; Object[] firstSmallNumbers = (Object[])
from(digits).where(new Predicate() {
public boolean ...
-
Even if InfoQ broke the news last week, I'm very pleased to announce that Quaere gotten a proper home at the Codehaus.
Lots of stuff have been fixed or added to the codebase after I announced the project at JavaZone. Because of this, I have now removed the snapshot that was avilable here. I encourage those of you who are interested in ...
|
|
|