Uses of Class
net.m2technologies.open_arm.utilities.collections.RuntimePredicateException

Packages that use RuntimePredicateException
net.m2technologies.open_arm.utilities.collections   
 

Uses of RuntimePredicateException in net.m2technologies.open_arm.utilities.collections
 

Methods in net.m2technologies.open_arm.utilities.collections that throw RuntimePredicateException
 boolean ExceptionalPredicate.evaluate(java.lang.Object o)
          redefine the #evaluate method to establish a mechanism to tunnel checked exceptions through the Commons-Collection API which doesn't know checked exceptions.