Name

uncorrelated — Change a set to another, specified set

Synopsis

uncorrelated ( set expression )

Description

In special circumstances, you might wish to use a set expression where the language normally calls for a transform. This transform replaces any set with the result of the set expression argument provided.

Example

In this (somewhat contrived) example, the expression returns the methods in ObjectDB only if the result of the previous set expression was not empty:

exists ( uncorrelated ( previous ) ) methods in class "ObjectDB"

Applies to Type

Any

Results in Type

The result type is the type of the supplied set expression argument.

browse-by-query home antlersoft free software sourceforge project page