Click or drag to resize

IArrayExpressionSatisfies Interface

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 (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public interface IArrayExpressionSatisfies

The IArrayExpressionSatisfies type exposes the following members.

Methods
  NameDescription
Public methodSatisfies
Accepts a predicate to apply to each item of a collection received from IArrayExpressionIn
Top
See Also