Query: data::stream::bulk::nil
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Data::Stream::Bulk::Nil(3pm) User Contributed Perl Documentation Data::Stream::Bulk::Nil(3pm)NAMEData::Stream::Bulk::Nil - An empty Data::Stream::Bulk iteratorVERSIONversion 0.11SYNOPSISreturn Data::Stream::Bulk::Nil->new; # empty setDESCRIPTIONThis iterator can be used to return the empty resultset.METHODSis_done Always returns true. next Always returns undef. items all Always returns the empty list. list_cat Skips $self filter Returns $self loaded Returns true.AUTHORYuval Kogman <nothingmuch@woobling.org>COPYRIGHT AND LICENSEThis 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 v5.14.2 2012-02-14 Data::Stream::Bulk::Nil(3pm)