C
Chris S. Hogan
Guest
You could write an extended operator that takes in a collection and some type of filter criteria, however you can also accomplish the same with just rules. This example takes a list of customers, filters for those that are in the State of CA, sorts by age, and then returns the 3rd youngest. The complete projects is here: (Please visit the site to view this file)
Continue reading...
Continue reading...