Interface Executable

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface Executable
    Executes some code like Runnable but can throw a checked Exception
    Since:
    8.0.20
    API:
    This is a public API.