Data::Stream::Bulk::Nil - An empty Data::Stream::Bulk iterator
Contents
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 v5.32.0 2021-01-01 Data::Stream::Bulk::Nil(3pm)
Description
This iterator can be used to return the empty resultset.
Methods
is_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.
Name
Data::Stream::Bulk::Nil - An empty Data::Stream::Bulk iterator
Synopsis
return Data::Stream::Bulk::Nil->new; # empty set
Version
version 0.11
