Package org.bonitasoft.engine.mdc
Interface MDCHelper.CheckedCallable3<V,E1 extends Throwable,E2 extends Throwable,E3 extends Throwable>
- All Superinterfaces:
MDCHelper.CheckedCallable4<V,E1, E2, E3, E1>
- All Known Subinterfaces:
MDCHelper.CheckedCallable<V,,E> MDCHelper.CheckedCallable2<V,E1, E2>
- 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.CheckedCallable3<V,E1 extends Throwable,E2 extends Throwable,E3 extends Throwable>
extends MDCHelper.CheckedCallable4<V,E1,E2,E3,E1>
Like
Callable but throwing 3 checked exceptions-
Method Summary
Methods inherited from interface org.bonitasoft.engine.mdc.MDCHelper.CheckedCallable4
call