Interface CheckedEolBinaryOperator<T>

Type Parameters:
T -
All Superinterfaces:
BiFunction<T,T,T>, BinaryOperator<T>, CheckedBiFunction<T,T,T,EolRuntimeException>, CheckedBinaryOperator<T,EolRuntimeException>, CheckedEolBiFunction<T,T,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 CheckedEolBinaryOperator<T> extends CheckedEolBiFunction<T,T,T>, CheckedBinaryOperator<T,EolRuntimeException>
Since:
1.6
Author:
Sina Madani
  • Method Summary

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

    Methods inherited from interface java.util.function.BiFunction

    andThen