Interface ThrowableConsumer<F,​E extends Throwable>


public interface ThrowableConsumer<F,​E extends Throwable>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run​(F value)
     
  • Method Details

    • run

      void run(F value) throws E
      Throws:
      E extends Throwable