aboutsummaryrefslogtreecommitdiff
path: root/src/list/operation/higher/query.h
AgeCommit message (Expand)Author
2015-02-27Renamed `Any` list query to `Every`Adrian Kummerlaender
2015-02-15Moved class-based implementations into `detail` namespaceAdrian Kummerlaender
2015-02-14Introduced `Eval` function evaluation helperAdrian Kummerlaender
2015-01-31Implemented higher order `Find` list search operationAdrian Kummerlaender
2015-01-30Separated `Map` and `Filter`Adrian Kummerlaender
2015-01-25Implemented `Count` in terms of `Fold` and `Map`Adrian Kummerlaender
2015-01-21Implemented `Contains` in terms of `Any`Adrian Kummerlaender
2015-01-20Added higher order list query `None`Adrian Kummerlaender
2015-01-20Implemented higher order list queries `All` and `Any`Adrian Kummerlaender