package MyLambdaPipeline2;

public interface MyFunctionInterfaceB {
    public boolean myCmp(int x, int y);
}
