Interface BinaryOperator<T>

All Superinterfaces:
BiFunction<T,T,T>, BiFunction<T,T,T>, BinaryOperator<T>, Throwables.BiFunction<T,T,T,RuntimeException>, Throwables.BinaryOperator<T,RuntimeException>

public interface BinaryOperator<T> extends BiFunction<T,T,T>, Throwables.BinaryOperator<T,RuntimeException>, BinaryOperator<T>
Author:
Haiyang Li