Click or drag to resize

IExpressionSatisfies 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: 0.0.0
Syntax
C#
public interface IExpressionSatisfies

The IExpressionSatisfies type exposes the following members.

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