@FunctionalInterface public interface ReduceFunction<T> extends java.io.Serializable
T
call(T v1, T v2)
T call(T v1, T v2) throws Exception
Exception