Uses of Interface
io.xlate.edi.internal.ThrowingRunnable
Packages that use ThrowingRunnable
-
Uses of ThrowingRunnable in io.xlate.edi.internal
Methods in io.xlate.edi.internal with parameters of type ThrowingRunnableModifier and TypeMethodDescriptionThrowingRunnable.run(ThrowingRunnable<T> task, Function<T, E> exceptionWrapper) Execute the provided task and apply the given exceptionWrapper function on any exception thrown by it.