Uses of Interface
no.digipost.function.ThrowingSupplier
-
Packages that use ThrowingSupplier Package Description no.digipost -
-
Uses of ThrowingSupplier in no.digipost
Methods in no.digipost that return ThrowingSupplier Modifier and Type Method Description static <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 ThrowingSupplier Modifier and Type Method Description static <T> TDiggExceptions. getUnchecked(ThrowingSupplier<T,? extends Throwable> supplier)Immediatelygeta result from the givensupplier, and if needed, convert any thrown exceptions to unckecked.static <T,X extends Throwable>
ThrowingSupplier<T,X>DiggExceptions. mayThrow(ThrowingSupplier<T,X> supplier)Convenience to acquire aThrowingSupplier-reference from a lambda expression.
-