Package com.sdl.delivery.retry
Interface ThrowableFunction<P,R,E extends Throwable>
- Type Parameters:
P- parameter typeR- result typeE- exception type
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface which is similar to
Function but which might throw an exception.-
Method Summary