public abstract class AbstractResourcePredicate extends Object implements org.apache.commons.collections.Predicate
| Constructor and Description |
|---|
AbstractResourcePredicate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(Object o) |
abstract boolean |
evaluate(Resource res)
Evaluates this predicate on the given Resource.
|
public boolean evaluate(Object o)
evaluate in interface org.apache.commons.collections.Predicatetrue if o is a Resource the subsequent call to evaluate(Resource)
returns true; false otherwise.public abstract boolean evaluate(Resource res)
resource - given resourcetrue if this resource satisfies this predicate"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"