logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Data::Stream::Bulk::Nil - An empty Data::Stream::Bulk iterator

Author

       Yuval Kogman <nothingmuch@woobling.org>

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

See Also