Class ResourcePredicate

  • All Implemented Interfaces:
    Predicate<org.apache.sling.api.resource.Resource>

    public class ResourcePredicate
    extends Object
    implements Predicate<org.apache.sling.api.resource.Resource>
    • Method Detail

      • test

        public boolean test​(org.apache.sling.api.resource.Resource resource)
        Specified by:
        test in interface Predicate<org.apache.sling.api.resource.Resource>