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