[PATCH] add .first(List<T>) method to Expression to enhance in-memory filtering
-------------------------------------------------------------------------------

                 Key: CAY-1675
                 URL: https://issues.apache.org/jira/browse/CAY-1675
             Project: Cayenne
          Issue Type: Improvement
          Components: Core Library
    Affects Versions: 3.1M4
            Reporter: John Huss
            Priority: Trivial
         Attachments: expression_first_match_patch.txt

Add .first(List<T>) method to Expression to enhance in-memory filtering.  This 
is a very helpful convenience making one-liners possible where an expression is 
known to return a single result (like filtering on a unique key).  Patch 
attached.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to