Collections\DictionaryInterface::without PHP Method

without() public method

Removes all key-value pairs from the Dictionary that do not satisfy $condition.
public without ( callable $condition ) : static
$condition callable
return static
    public function without(callable $condition);