Uses of Interface
de.team33.patterns.exceptional.dione.XFunction
-
Uses of XFunction in de.team33.patterns.exceptional.dione
Methods in de.team33.patterns.exceptional.dione with parameters of type XFunctionModifier and TypeMethodDescriptionstatic <T,R> Function<T, R> Converts anXFunctionthat may throw a checked exception to aFunctionthat, when executed, wraps any occurring checked exception as aWrappedException.final <T,R> Function<T, R>