Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Data::Stream::Bulk::Array

Name Data::Stream::Bulk::Array
Version 0.11
Located at /usr/share/perl5
File /usr/share/perl5/Data/Stream/Bulk/Array.pm
Is Core No
Search CPAN for this module Data::Stream::Bulk::Array
Documentation Data::Stream::Bulk::Array
Module Details Data::Stream::Bulk::Array


NAME

Data::Stream::Bulk::Array - the Data::Stream::Bulk manpage wrapper for simple arrays.


VERSION

version 0.11


SYNOPSIS

        return Data::Stream::Bulk::Array->new(
                array => \@results,
        );


DESCRIPTION

This implementation of the the Data::Stream::Bulk manpage api wraps an array.

The use case is to keep the consumer of the data set implementation agnostic so that it can deal with larger data sets if they are encountered, but still retain most of the simplicity when the current data set easily fits in memory.


ATTRIBUTES

array
The array reference to wrap.


METHODS

next
Returns the array reference on the first invocation, and nothing thereafter.

is_done
Returns true if next has been called.

list_cat
Squishes adjacent arrays into a new array.

filter $filter
Immediately applies $filter to the internal array and returns $self.

loaded
Returns true


AUTHOR

Yuval Kogman <nothingmuch@woobling.org>


COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Yuval Kogman.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026