Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

Add Lambda Operator any #23

Open
TrevorPilley opened this issue May 18, 2020 · 0 comments
Open

Add Lambda Operator any #23

TrevorPilley opened this issue May 18, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@TrevorPilley
Copy link
Contributor

TrevorPilley commented May 18, 2020

To be implemented in feature-lambdas

The any operator applies a Boolean expression to each member of a collection and returns true if the expression is true for any member of the collection, otherwise it returns false. The any operator without an argument returns true if the collection is not empty.

Example: all Orders that have any Items with a Quantity greater than 100

http://host/service/Orders?$filter=Items/any(d:d/Quantity gt 100)

@TrevorPilley TrevorPilley added the enhancement New feature or request label May 18, 2020
@TrevorPilley TrevorPilley added this to the 6.0.0 milestone May 18, 2020
@TrevorPilley TrevorPilley self-assigned this May 26, 2020
TrevorPilley added a commit that referenced this issue May 26, 2020
Added Lambda Operators 'all' and 'any'
TrevorPilley added a commit that referenced this issue Jun 1, 2020
Added Lambda Operators 'all' and 'any'
TrevorPilley added a commit that referenced this issue Nov 13, 2020
Added Lambda Operators 'all' and 'any'
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant