PredicateComparer interface

Compare two predicates to identifiy the relationship between them.

Properties

predicate

Name of the predicate.

Methods

relationship(Expression, Expression)

Identify the relationship between two predicates.

Property Details

predicate

Name of the predicate.

predicate: string

Property Value

string

Method Details

relationship(Expression, Expression)

Identify the relationship between two predicates.

function relationship(predicate: Expression, other: Expression): RelationshipType

Parameters

predicate
Expression

First predicate.

other
Expression

Second predicate.

Returns

Relationship between predicates.