Uses of Interface
io.helidon.common.Functions.CheckedConsumer
Packages that use Functions.CheckedConsumer
Package
Description
Common utilities for Helidon projects.
Helidon Data Repository with Jakarta Persistence Runtime.
-
Uses of Functions.CheckedConsumer in io.helidon.common
Methods in io.helidon.common with parameters of type Functions.CheckedConsumerModifier and TypeMethodDescriptionFunctions.unchecked
(Functions.CheckedConsumer<T, E> consumer) Wrap aFunctions.CheckedConsumer
into aConsumer
. -
Uses of Functions.CheckedConsumer in io.helidon.data.jakarta.persistence
Methods in io.helidon.data.jakarta.persistence with parameters of type Functions.CheckedConsumerModifier and TypeMethodDescription<E extends Throwable>
voidJpaRepositoryExecutor.DataRunner.run
(JpaRepositoryExecutor executor, Functions.CheckedConsumer<EntityManager, E> task) Run persistence session task with no result.<E extends Throwable>
voidJpaRepositoryExecutor.run
(Functions.CheckedConsumer<EntityManager, E> task) Run persistence session task.