Uses of Interface
de.team33.patterns.exceptional.dione.XPredicate
-
Uses of XPredicate in de.team33.patterns.exceptional.dione
Methods in de.team33.patterns.exceptional.dione with parameters of type XPredicateModifier and TypeMethodDescriptionstatic <T> Predicate<T>Conversion.predicate(XPredicate<? super T, ?> xPredicate) Converts anXPredicatethat may throw a checked exception to aPredicatethat, when executed, wraps any occurring checked exception as aWrappedException.final <T> Predicate<T>Converter.predicate(XPredicate<? super T, ?> xPredicate) Converts anXPredicatethat may throw a checked exception to aPredicatethat, when executed, wraps any occurring checked exception as a specific unchecked exception.