Predicate
interface Predicate
A functional predicate that may be true or false
Methods
bool
__invoke(mixed $args)
Invokes a predicate on the subjects and returns the result that may be true or false depending on the predicate subjects
Details
at line line 29
bool
__invoke(mixed $args)
Invokes a predicate on the subjects and returns the result that may be true or false depending on the predicate subjects