Uses of Interface
io.helidon.common.Functions.CheckedBiConsumer
Packages that use Functions.CheckedBiConsumer
-
Uses of Functions.CheckedBiConsumer in io.helidon.common
Methods in io.helidon.common with parameters of type Functions.CheckedBiConsumerModifier and TypeMethodDescriptionstatic <T,
U, E extends Throwable>
BiConsumer<T, U> Functions.unchecked
(Functions.CheckedBiConsumer<T, U, E> consumer) Wrap aFunctions.CheckedBiConsumer
into aBiConsumer
.