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