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