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