Interface IArrayExpressionSatisfies
An interface representing an object that can accept a predicate to use on each item in a collection
Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public interface IArrayExpressionSatisfies
Methods
| Improve this Doc View SourceSatisfies(IExpression)
Accepts a predicate to apply to each item of a collection received from IArrayExpressionIn
Declaration
IExpression Satisfies(IExpression expression)
Parameters
Type | Name | Description |
---|---|---|
IExpression | expression | The predicate expression to apply |
Returns
Type | Description |
---|---|
IExpression | The overall expression for further processing |