Not
class Not extends Comparator (View source)
Inverts the result of a mutator.
Traits
Methods
__construct(callable|bool $comparator)
No description
bool
check(mixed $value)
Compare the input value against the comparator.
Details
__construct(callable|bool $comparator)
No description
final bool
__invoke(mixed $value)
Compare the input value against the comparator.
bool
check(mixed $value)
Compare the input value against the comparator.
static Not
make(callable|bool $comparator)
No description
protected ComparatorInterface
resolveComparator(mixed $comparator)
No description
protected array
resolveComparators(array $comparators)
No description