- All Known Implementing Classes:
- Atomizer.AtomizingFunction, TupleSorter
public interface MappingFunction
MappingFunction is an interface that must be satisfied by an object passed to a
MappingIterator. It represents an object which, given an Item, can return a
SequenceIterator that delivers a sequence of zero or more Items.