Interface ConsumerWithException<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 ConsumerWithException<T>
    When a consumer uses data, exception can occur. To manage this use case, the ConsumerWithException<T> has been designed.
    Since:
    15 mars 2018