Pinq\IAggregatable::all PHP Method

all() public method

Returns a boolean of if all the values evaluate to true.
public all ( callable $function = null ) : boolean
$function callable The function which will return the values.
return boolean
    public function all(callable $function = null);