package pl.wroc.pwr.basic; import pl.wroc.pwr.IOperator1P; public interface IIntegerOperator1P
extends IOperator1P{ public int applyInt(P p); }