Uses of Interface
com.blackperl.Perl.MapBlock

Uses of MapBlock in com.blackperl.Perl
 

Methods in com.blackperl.Perl with parameters of type MapBlock
static java.util.List Map.map(com.blackperl.Perl.MapBlock block, java.util.List list)
          Map the functionality specified by eval() in the MapBlock instance over the objects contained in the List, returning all the values produced as a result.
static java.lang.Object[] Map.map(com.blackperl.Perl.MapBlock block, java.lang.Object[] objArray)
          Perform map using a MapBlock interface and an array of objects (rather than a List instance).