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 version 0.11
10
12 return Data::Stream::Bulk::Nil->new; # empty set
13
15 This iterator can be used to return the empty resultset.
16
18 is_done
19 Always returns true.
20
21 next
22 Always returns undef.
23
24 items
25 all Always returns the empty list.
26
27 list_cat
28 Skips $self
29
30 filter
31 Returns $self
32
33 loaded
34 Returns true.
35
37 Yuval Kogman <nothingmuch@woobling.org>
38
40 This software is copyright (c) 2012 by Yuval Kogman.
41
42 This is free software; you can redistribute it and/or modify it under
43 the same terms as the Perl 5 programming language system itself.
44
45
46
47perl v5.36.0 2023-01-20 Data::Stream::Bulk::Nil(3)