protected boolean matchesSafely()

in src/main/java/org/apache/sling/hamcrest/matchers/ResourceCollectionPathMatcher.java [55:57]


    protected boolean matchesSafely(Collection<Resource> items) {
        return iterarableMatcher.matches(items);
    }