Package ru.ilb.jfunction.exception
Interface ExceptionalFunction<T,R,E extends Exception>
-
- Type Parameters:
T- type of the inputR- type of out outputE- type of the exception
public interface ExceptionalFunction<T,R,E extends Exception>Function that allows lambda to throw exceptions without handling it- Author:
- Peter Kurfer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rapply(T input)Applying some logic to a generic input value
-