Package org.bonitasoft.engine.mdc
Interface MDCHelper.CheckedCallable2<V,E1 extends Throwable,E2 extends Throwable>
- All Superinterfaces:
MDCHelper.CheckedCallable3<V,,E1, E2, E1> MDCHelper.CheckedCallable4<V,E1, E2, E1, E1>
- All Known Subinterfaces:
MDCHelper.CheckedCallable<V,E>
- Enclosing class:
- MDCHelper
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface MDCHelper.CheckedCallable2<V,E1 extends Throwable,E2 extends Throwable>
extends MDCHelper.CheckedCallable3<V,E1,E2,E1>
Like
Callable but throwing 2 checked exceptions-
Method Summary
Methods inherited from interface org.bonitasoft.engine.mdc.MDCHelper.CheckedCallable4
call