public interface TriFunction<I1,I2,I3,O>
O
apply(I1 t1, I2 t2, I3 t3)
O apply(I1 t1, I2 t2, I3 t3)