Uses of Interface
cz.martlin.xspf.util.ExceptionWrapper.ConsumerThrowing
-
Packages that use ExceptionWrapper.ConsumerThrowing Package Description cz.martlin.xspf.util All the utilities and helper classes. -
-
Uses of ExceptionWrapper.ConsumerThrowing in cz.martlin.xspf.util
Methods in cz.martlin.xspf.util with parameters of type ExceptionWrapper.ConsumerThrowing Modifier and Type Method Description static <T> java.util.function.Consumer<T>ExceptionWrapper. wrapConsumer(ExceptionWrapper.ConsumerThrowing<T> consumer)Wraps the given consumer (returns consumer catching all its exceptions and rethrowing asXSPFRuntimeException).
-