ix.util
Interface Predicate1<T>

All Known Implementing Classes:
DigestSet.IsNewPredciate

public interface Predicate1<T>

An interface for boolean functions of one argument.


Method Summary
 boolean trueOf(T a)
           
 

Method Detail

trueOf

boolean trueOf(T a)