// $Id: Thunk.java,v 1.1 1999/11/15 05:25:02 leavens Exp $

package lib;

public interface Thunk {
    Object value();
}
