Method ADT.Relation.Binary()->filter()
- Method filter
objectfilter(function(:void)f)- Description
Filters the entries in the relation, and returns a relation with all those entries for which the filtering function
freturned true. The functionfgets two arguments: the left and the right value for every entry in the relation.