1 2 3 4 5 6 7 8 9 10 11
package bjc.utils.funcutils; /** * Contains methods that produce effects mimicking statements * * @author ben * */ public class StatementUtils { }