polyglot.util
Interface Predicate


public interface Predicate

Predicate Overview: This interface provides a general means for describing predicates about objects.


Method Summary
 boolean isTrue(java.lang.Object o)
           
 

Method Detail

isTrue

boolean isTrue(java.lang.Object o)