Uses of Interface
no.digipost.function.ThrowingSupplier
Packages that use ThrowingSupplier
-
Uses of ThrowingSupplier in no.digipost
Methods in no.digipost that return ThrowingSupplierModifier and TypeMethodDescriptionstatic final <T,X extends Throwable>
ThrowingSupplier<T,X> DiggExceptions.mayThrow(ThrowingSupplier<T, X> supplier) Convenience to acquire aThrowingSupplier-reference from a lambda expression.Methods in no.digipost with parameters of type ThrowingSupplierModifier and TypeMethodDescriptionstatic <T> TDiggExceptions.getUnchecked(ThrowingSupplier<T, ? extends Throwable> supplier) Immediatelygeta result from the givensupplier, and if needed, convert any thrown exceptions to unckecked.static final <T,X extends Throwable>
ThrowingSupplier<T,X> DiggExceptions.mayThrow(ThrowingSupplier<T, X> supplier) Convenience to acquire aThrowingSupplier-reference from a lambda expression.