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.commonMethods in io.helidon.common with parameters of type Functions.CheckedConsumerModifier and TypeMethodDescriptionFunctions.unchecked(Functions.CheckedConsumer<T, E> consumer) Wrap aFunctions.CheckedConsumerinto aConsumer.
- 
Uses of Functions.CheckedConsumer in io.helidon.data.jakarta.persistenceMethods 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.