Interface ThrowingRunnable


public interface ThrowingRunnable
This interface replaces Runnable in cases when execution of run() method may throw exception.

Useful for capturing lambdas that throw exceptions.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()