// $Id: Function.java,v 1.2 1999/10/14 16:58:24 leavens Exp $

package lib;

public interface Function {
    Object value(Object x);
}
