ix.util
Interface Predicate1


public interface Predicate1

An interface for boolean functions of one argument.


Method Summary
 boolean trueOf(java.lang.Object a)
           
 

Method Detail

trueOf

public boolean trueOf(java.lang.Object a)