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

Add Lambda Operator all #24

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

Add Lambda Operator all #24

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 all operator applies a Boolean expression to each member of a collection and returns true if the expression is true for all members of the collection, otherwise it returns false.

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

http://host/service/Orders?$filter=Items/all(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 changed the title Add Lambda all Add Lambda Operator all May 21, 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