NAME
Data::Pipeline::Aggregator::Pipeline - serial aggregation of actions
SYNOPSIS
Creation
$pipeline = Data::Pipeline::Aggregator::Pipeline -> new(
actions => \@actions
)
or
use Data::Pipeline qw( Pipeline );
$pipeline = Pipeline( @actions );
Use
$out_iterator = $pipeline -> from( %options )
$out_iterator = $pipeline -> transform( $in_iterator )