Search for non-existing values now returns nothing.

This commit is contained in:
James Cole
2021-09-17 08:46:03 +02:00
parent 0e5256c8ce
commit 6691062747
3 changed files with 53 additions and 14 deletions

View File

@@ -57,6 +57,13 @@ interface GroupCollectorInterface
*/
public function amountLess(string $amount): GroupCollectorInterface;
/**
* Ensure the search will find nothing at all, zero results.
*
* @return GroupCollectorInterface
*/
public function findNothing(): GroupCollectorInterface;
/**
* Get transactions where the amount is more than.
*