Data::Stream::Bulk::Array - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME VERSION SYNOPSIS DESCRIPTION ATTRIBUTES METHODS AUTHOR COPYRIGHT AND LICENSE
NAME
    Data::Stream::Bulk::Array - Data::Stream::Bulk wrapper for simple
    arrays.

VERSION
    version 0.11

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

DESCRIPTION
    This implementation of the Data::Stream::Bulk 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 AT 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.


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 08:43 @216.73.217.24 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top