Uses of Interface
io.helidon.common.Functions.CheckedSupplier
Packages that use Functions.CheckedSupplier
Package
Description
Common utilities for Helidon projects.
JUnit5 extensions for Helidon supporting configuration, and optionally the Inject service registry.
-
Uses of Functions.CheckedSupplier in io.helidon.common
Methods in io.helidon.common with parameters of type Functions.CheckedSupplierModifier and TypeMethodDescriptionFunctions.unchecked
(Functions.CheckedSupplier<T, E> supplier) Wrap aFunctions.CheckedSupplier
into aSupplier
. -
Uses of Functions.CheckedSupplier in io.helidon.testing.junit5
Methods in io.helidon.testing.junit5 with parameters of type Functions.CheckedSupplierModifier and TypeMethodDescriptionprotected <T,
E extends Throwable>
TTestJunitExtension.supplyChecked
(org.junit.jupiter.api.extension.ExtensionContext ctx, Functions.CheckedSupplier<T, E> supplier) Call a supplier that can throwThrowable
within context.