Uses of Interface
com.itextpdf.commons.utils.ThrowingSupplier
Packages that use ThrowingSupplier
-
Uses of ThrowingSupplier in com.itextpdf.signatures.validation
Methods in com.itextpdf.signatures.validation with parameters of type ThrowingSupplierModifier and TypeMethodDescriptionstatic
T SafeCalling.onExceptionLog
(ThrowingSupplier action, T defaultValue, ValidationReport report, Function<Exception, ReportItem> reportItemCreator) Adds a report item to the report when an exception is thrown in the action.