KGzocha\Searcher\Chain\TransformerInterface::skip PHP Method

skip() public method

Important! Results might be null when cell will be used as first one.
public skip ( mixed $results ) : boolean
$results mixed
return boolean
    public function skip($results);
TransformerInterface