package MyLambdaPipeline2;

public interface MyFunctionInterfaceA {
	public int myCompute(int x, int y);
}
