Interface ThrowingRunnable<T extends Exception>


public interface ThrowingRunnable<T extends Exception>
A Runnable that can throw exceptions/errors. Internal use only.
Since:
1.24
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
     
    static <T extends Exception, E extends Exception>
    void
    run(ThrowingRunnable<T> task, Function<T,E> exceptionWrapper)