Interface CheckedEolBiConsumer<T,U>

Type Parameters:
T -
U -
All Superinterfaces:
BiConsumer<T,U>, BiFunction<T,U,Void>, CheckedBiConsumer<T,U,EolRuntimeException>, CheckedBiFunction<T,U,Void,EolRuntimeException>, CheckedEolBiFunction<T,U,Void>
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 CheckedEolBiConsumer<T,U> extends CheckedBiConsumer<T,U,EolRuntimeException>, CheckedEolBiFunction<T,U,Void>
Since:
1.6
Author:
Sina Madani