mini\Contracts\CollectionInterface::none() Method

public abstract

Signature

public abstract function none(Closure $fn): bool

Parameters

Name Type Default Description
$fn Closure required Documentation missing

Returns

bool

Documentation

Check if no items match the predicate

Source

src/Contracts/CollectionInterface.php:92