Eris\Generator\AssociativeArrayGenerator::contains PHP Method

contains() public method

public contains ( GeneratedValue $element )
$element GeneratedValue
    public function contains(GeneratedValue $element)
    {
        return $this->tupleGenerator->contains($element->input());
    }