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