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
ClassMethod
new( $iter, $sub )
Construct a new iterator that will filter $iter by calling
$sub. on each element. $sub should return the filtered value
for the element.