org.dellroad.stuff.java
Interface Predicate


public interface Predicate

A boolean predicate.


Method Summary
 boolean test()
          Determine if the predicate is true.
 

Method Detail

test

boolean test()
Determine if the predicate is true.