Interface CheckedEolConsumer<T>

  • All Superinterfaces:
    CheckedConsumer<T,​EolRuntimeException>, java.util.function.Consumer<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 CheckedEolConsumer<T>
    extends CheckedConsumer<T,​EolRuntimeException>
    Since:
    1.6
    Author:
    Sina Madani