1Data::Stream::Bulk::NilU(s3e)r Contributed Perl DocumentaDtaitoan::Stream::Bulk::Nil(3)
2
3
4
6 Data::Stream::Bulk::Nil - An empty Data::Stream::Bulk iterator
7
9 return Data::Stream::Bulk::Nil->new; # empty set
10
12 This iterator can be used to return the empty resultset.
13
15 is_done
16 Always returns true.
17
18 next
19 Always returns undef.
20
21 items
22 all
23 Always returns the empty list.
24
25 list_cat
26 Skips $self
27
28 filter
29 Returns $self
30
31 loaded
32 Returns true.
33
35 Yuval Kogman <nothingmuch@woobling.org>
36
38 This software is copyright (c) 2010 by Yuval Kogman.
39
40 This is free software; you can redistribute it and/or modify it under
41 the same terms as the Perl 5 programming language system itself.
42
43
44
45perl v5.12.1 2010-08-24 Data::Stream::Bulk::Nil(3)