Pinq\Iterators\Generators\GroupJoinOnIterator::__construct PHP Method

__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
    public function __construct(IGenerator $outerIterator, IGenerator $innerIterator, callable $traversableFactory, callable $filter)
    {
        parent::__construct($outerIterator, $innerIterator, $traversableFactory);
        self::__constructJoinOnIterator($filter);
    }