Uses of Interface
com.itextpdf.commons.utils.ThrowingSupplier
-
Packages that use ThrowingSupplier Package Description com.itextpdf.signatures.validation.v1 -
-
Uses of ThrowingSupplier in com.itextpdf.signatures.validation.v1
Methods in com.itextpdf.signatures.validation.v1 with parameters of type ThrowingSupplier Modifier and Type Method Description static <T> T
SafeCalling. onExceptionLog(ThrowingSupplier<T> action, T defaultValue, ValidationReport report, java.util.function.Function<java.lang.Exception,ReportItem> reportItemCreator)
Adds a report item to the report when an exception is thrown in the action.
-