debug
public interface OneParamLambda<R, P> extends NParamLambda { R execute(P var1) throws Exception; }