public interface Function3<D0,D1,D2,R>
R
apply(D0 arg0, D1 arg1, D2 arg2)
R apply(D0 arg0, D1 arg1, D2 arg2)
see also the complete user documentation .