Interface CheckedBinaryOperator<T,E extends Exception>

Type Parameters:
T -
E -
All Superinterfaces:
BiFunction<T,T,T>, BinaryOperator<T>, CheckedBiFunction<T,T,T,E>
All Known Subinterfaces:
CheckedEolBinaryOperator<T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface CheckedBinaryOperator<T,E extends Exception> extends BinaryOperator<T>, CheckedBiFunction<T,T,T,E>
Since:
1.6
Author:
Sina Madani
  • Method Summary

    Modifier and Type
    Method
    Description
    default T
    apply(T t, T u)
     

    Methods inherited from interface java.util.function.BiFunction

    andThen

    Methods inherited from interface org.eclipse.epsilon.common.function.CheckedBiFunction

    applyThrows