Interface ExceptionCollector.Executable

Enclosing class:
ExceptionCollector
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 static interface ExceptionCollector.Executable
Executable is a functional interface that can be used to implement any generic block of code that potentially throws a Throwable.

The Executable interface is similar to Runnable, except that an Executable can throw any kind of exception.

  • Method Summary

    Modifier and Type
    Method
    Description
    void