public class AnyTypesPredicate extends Object implements UncheckedPredicate<javax.jcr.Node>
| Constructor and Description |
|---|
AnyTypesPredicate(String... types)
True if any of the types specified match.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
testThrows(javax.jcr.Node input)
The same semantic as
UncheckedPredicate.test(Object), but allowed to throw a RepositoryException |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittest, uncheckpublic AnyTypesPredicate(String... types)
types - the typespublic boolean testThrows(javax.jcr.Node input) throws javax.jcr.RepositoryException
UncheckedPredicateUncheckedPredicate.test(Object), but allowed to throw a RepositoryExceptiontestThrows in interface UncheckedPredicate<javax.jcr.Node>input - the input argumentjavax.jcr.RepositoryException - a repository-related exceptionCopyright © 2013–2019 DuraSpace, Inc.. All rights reserved.