package MyLambdaPipeline;

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