Package org.bytemechanics.config.manager.internal.commons.functional
-
Interface Summary Interface Description LambdaUnchecker.BiConsumerWithExceptions<T,U,E extends java.lang.Exception> Functional interface for biconsumers with checked exceptionsLambdaUnchecker.ConsumerWithExceptions<T,E extends java.lang.Exception> Functional interface for consumers with checked exceptionsLambdaUnchecker.FunctionWithExceptions<T,R,E extends java.lang.Exception> Functional interface for functions with checked exceptionsLambdaUnchecker.RunnableWithExceptions<E extends java.lang.Exception> Functional interface for runnables with checked exceptionsLambdaUnchecker.SupplierWithExceptions<T,E extends java.lang.Exception> Functional interface for suppliers with checked exceptions -
Class Summary Class Description LambdaUnchecker Utility class to hide checked exceptions.