PHP Class Functional\Sequences\LinearSequence

Inheritance: implements Iterato\Iterator
Afficher le fichier Open project: lstrojny/functional-php

Méthodes publiques

Méthode Description
__construct ( $start, $amount )
current ( )
key ( )
next ( )
rewind ( )
valid ( )

Method Details

__construct() public méthode

public __construct ( $start, $amount )

current() public méthode

public current ( )

key() public méthode

public key ( )

next() public méthode

public next ( )

rewind() public méthode

public rewind ( )

valid() public méthode

public valid ( )