From the Documentation I see that
presenceOfElementLocated(By locator) is "An expectation for checking that an element is present on the DOM of a page" while
presenceOfAllElementsLocatedBy(By locator) is "An expectation for checking that there is at least one element present on a web page"
So what is the actual difference between these 2 methods?