public interface ResourceFilterFunction extends BiFunction<Object[],org.apache.sling.api.resource.Resource,Object>
| Modifier and Type | Method and Description |
|---|---|
Object |
apply(Object[] arguments,
org.apache.sling.api.resource.Resource resource)
This method returns a
Object to be used as part of a comparison. |
andThenObject apply(Object[] arguments, org.apache.sling.api.resource.Resource resource)
Object to be used as part of a comparison.apply in interface BiFunction<Object[],org.apache.sling.api.resource.Resource,Object>arguments - A list of Function's which provides the arguments defined
in the script, to obtain the arguments, each argument must be
calledObject which should be a String, Instant, or Number to be
used as part of a comparison or FunctionCopyright © 2007–2018 The Apache Software Foundation. All rights reserved.