Name : perl-MooseX-Iterator
| |
Version : 0.11
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 16.1
| Date : 2014-11-04 03:48:26
|
Group : Development/Libraries/Perl
| Source RPM : perl-MooseX-Iterator-0.11-16.1.src.rpm
|
Size : 0.01 MB
| |
Packager : (none)
| |
Summary : Iterate over collections
|
Description :
This is an attempt to add smalltalk-like streams to Moose. It currently works with ArrayRefs and HashRefs.
* next
The next method provides the next item in the colletion.
For arrays it returns the element of the array
For hashs it returns a pair as a hashref with the keys: key and value
* has_next
The has_next method is a boolean method that is true if there is another item in the colletion after the current item. and falue if there isn\'t.
* peek
The peek method returns the next item without moving the state of the iterator forward. It returns undef if it is at the end of the collection.
* reset
Resets the cursor, so you can iterate through the elements again.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/openSUSE_13.2/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(Moose::Meta::Attribute::Custom::Iterable)
perl(MooseX::Iterator)
perl(MooseX::Iterator::Array)
perl(MooseX::Iterator::Hash)
perl(MooseX::Iterator::Meta::Iterable)
perl(MooseX::Iterator::Role)
perl-MooseX-Iterator
Requires :