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

Add Lambda Operator all #24

@TrevorPilley

Description

@TrevorPilley

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)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions