PerlDoc

26 August 2025 - 17:41 | Version 1 |
See PublishedAPI for packages intended to be used by Plugin and Contrib authors, or browse all packages.
See also Developing plugins, Developer's Bible, Technical Overview


Parent package: Foswiki::Iterator
Child packages:

    Foswiki::Iterator::MergeEventIterator

    Private subclass of Foswiki::Iterator that

    ObjectMethod hasNext() → $boolean

    Scans all the iterators to determine if any of them have a record available.

    ObjectMethod next() → \$hash or @array

    Snoop all of the iterators to find the lowest timestamp record, and return the field hash, or field array, depending up on the requested API version.