Package com.hybris.merchandising.function
-
Interface Summary Interface Description FunctionWithExceptions<T,R,E extends java.lang.Exception> Functional interface used to wrap lambdas to add support for Exception handling.
| Interface | Description |
|---|---|
| FunctionWithExceptions<T,R,E extends java.lang.Exception> |
Functional interface used to wrap lambdas to add support for Exception handling.
|