E - exception that could be thrown when the abstract method is called.@FunctionalInterface
public interface DidomiCallable<E extends java.lang.Exception>
| Modifier and Type | Method and Description |
|---|---|
void |
call()
Abstract method of the DidomiCallable functional interface.
|