package pl.wroc.pwr; public interface IOperator2P { public T apply(P1 p1, P2 p2); }