Class ParentPredicate<T>

    • Constructor Detail

      • ParentPredicate

        public ParentPredicate​(org.apache.sling.query.api.internal.TreeProvider<T> provider)
    • Method Detail

      • test

        public boolean test​(T resource)
        Specified by:
        test in interface Predicate<T>