PHP Class Pinq\Iterators\Generators\GroupJoinOnIterator

Author: Elliot Levin ([email protected])
Inheritance: extends GroupJoinIterator, use trait Pinq\Iterators\Common\JoinOnIterator
Show file Open project: timetoogo/pinq

Public Methods

Method Description
__construct ( Pinq\Iterators\Generators\IGenerator $outerIterator, Pinq\Iterators\Generators\IGenerator $innerIterator, callable $traversableFactory, callable $filter )

Protected Methods

Method Description
beforeOuterLoopData ( )
innerGenerator ( $outerKey, $outerValue, array $outerData )

Method Details

__construct() public method

public __construct ( Pinq\Iterators\Generators\IGenerator $outerIterator, Pinq\Iterators\Generators\IGenerator $innerIterator, callable $traversableFactory, callable $filter )
$outerIterator Pinq\Iterators\Generators\IGenerator
$innerIterator Pinq\Iterators\Generators\IGenerator
$traversableFactory callable
$filter callable

beforeOuterLoopData() protected method

protected beforeOuterLoopData ( )

innerGenerator() protected method

protected innerGenerator ( $outerKey, $outerValue, array $outerData )
$outerData array