Uses of Interface
de.team33.patterns.exceptional.dione.XSupplier
-
Uses of XSupplier in de.team33.patterns.exceptional.dione
Methods in de.team33.patterns.exceptional.dione with parameters of type XSupplierModifier and TypeMethodDescriptionstatic <R> RReturns the result of a givenXSupplierand wraps any checked exception that may occur as aWrappedException.final <R> RReturns the result of a givenXSupplierand wraps any checked exception that may occur as a specific unchecked exception.final <R> Optional<R>Returns the result of running a givenXSupplierignoring an exception that may occur.static <R> Supplier<R>Converts anXSupplierthat may throw a checked exception to aSupplierthat, when executed, wraps any occurring checked exception as aWrappedException.final <R> Supplier<R>