Interface ThrowingConsumer<T,E extends Throwable>


public interface ThrowingConsumer<T,E extends Throwable>
  • Method Summary

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

    • accept

      void accept(T t) throws E
      Throws:
      E extends Throwable