// $Id: BooleanFunction.java,v 1.1 1999/11/05 19:20:27 leavens Exp $ package lib; public interface BooleanFunction { boolean value(Object x); }