Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
3.1B1
Description
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.