Interface ExceptionalConsumer<T,E extends Exception>

Type Parameters:
T -

public interface ExceptionalConsumer<T,E extends Exception>
Consumer interface with checked exception
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(T input)
     
  • Method Details

    • accept

      void accept(T input) throws E
      Throws:
      E extends Exception