Uses of Interface
com.kingsrook.qqq.backend.core.utils.lambdas.UnsafeConsumer
Packages that use UnsafeConsumer
Package
Description
-
Uses of UnsafeConsumer in com.kingsrook.qqq.backend.core.actions.reporting
Methods in com.kingsrook.qqq.backend.core.actions.reporting with parameters of type UnsafeConsumerModifier and TypeMethodDescriptionvoidRecordPipe.setPostRecordActions(UnsafeConsumer<List<QRecord>, QException> postRecordActions) -
Uses of UnsafeConsumer in com.kingsrook.qqq.backend.core.utils
Methods in com.kingsrook.qqq.backend.core.utils with parameters of type UnsafeConsumerModifier and TypeMethodDescriptionstatic <T,E extends Exception>
voidObjectUtils.ifNotNullUnsafe(T object, UnsafeConsumer<T, E> consumer) -
Uses of UnsafeConsumer in com.kingsrook.qqq.backend.javalin
Methods in com.kingsrook.qqq.backend.javalin with parameters of type UnsafeConsumerModifier and TypeMethodDescriptionstatic <T> voidQJavalinImplementation.runStreamedExportOrReport(io.javalin.http.Context context, ReportFormat reportFormat, String filename, UnsafeFunction<PipedOutputStream, T, Exception> preAction, UnsafeConsumer<T, Exception> executor)