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