GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Data::Stream::Bulk::Array(3) User Contributed Perl Documentation Data::Stream::Bulk::Array(3)

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

version 0.11

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

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.

array
The array reference to wrap.

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

Yuval Kogman <nothingmuch@woobling.org>

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.

2012-02-14 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.