Parkour\Functor::__invoke PHP Method

__invoke() public method

public __invoke ( $first, $second = null )
    public function __invoke($first, $second = null)
    {
        return $this->invoke($first, $this->hasValue ? $this->value : $second);
    }