public class MultiInstanceofPredicate extends Object implements org.apache.commons.collections.Predicate
| Constructor and Description |
|---|
MultiInstanceofPredicate(Class[] typesToCheck)
Creates a new predicate.
|
public MultiInstanceofPredicate(Class[] typesToCheck)
typesToCheck - The types to checkpublic boolean evaluate(Object obj)
evaluate in interface org.apache.commons.collections.PredicateCopyright © 2005-2013 Apache Software Foundation. All Rights Reserved.