Interface TriFunction<P1,P2,P3,R>

Type Parameters:
P1 - the first function parameter type
P2 - the second function parameter type
P3 - the third function parameter type
R - the function result type

public interface TriFunction<P1,P2,P3,R>
A function with 3 parameters.
Author:
Paul Ferraro