Interface ThrowableFunctionalInterfaces


  • public interface ThrowableFunctionalInterfaces
    Collection of FunctionalInterfaces which allow simple exception handling.


    Provides a set of commonly used functional interfaces that enables the actual implementation to throw a single exception. Simplifies the usage of lambda-expressions by not being forced to include exception handling into the expression itself.