Uses of Interface
network.oxalis.vefa.peppol.common.api.PerformResult
-
Packages that use PerformResult Package Description network.oxalis.vefa.peppol.common.util -
-
Uses of PerformResult in network.oxalis.vefa.peppol.common.util
Methods in network.oxalis.vefa.peppol.common.util with parameters of type PerformResult Modifier and Type Method Description static <T,E extends Exception>
TExceptionUtil. perform(Class<E> cls, String message, PerformResult<T> action)static <T,E extends Exception>
TExceptionUtil. perform(Class<E> cls, PerformResult<T> action)
-