Uses of Interface
com.pivovarit.function.ThrowingBiConsumer
Packages that use ThrowingBiConsumer
Package
Description
The
com.pivovarit.function
package contains checked equivalents of the java.util.function
package-
Uses of ThrowingBiConsumer in com.pivovarit.function
Methods in com.pivovarit.function that return ThrowingBiConsumerModifier and TypeMethodDescriptiondefault ThrowingBiConsumer
<T, U, E> ThrowingBiConsumer.andThenConsume
(ThrowingBiConsumer<? super T, ? super U, ? extends E> after) Methods in com.pivovarit.function with parameters of type ThrowingBiConsumerModifier and TypeMethodDescriptiondefault ThrowingBiConsumer
<T, U, E> ThrowingBiConsumer.andThenConsume
(ThrowingBiConsumer<? super T, ? super U, ? extends E> after) static <T,
U> BiConsumer <T, U> ThrowingBiConsumer.sneaky
(ThrowingBiConsumer<T, U, ?> consumer) Returns a new BiConsumer instance which rethrows the checked exception using the Sneaky Throws patternstatic <T,
U> BiConsumer <T, U> ThrowingBiConsumer.unchecked
(ThrowingBiConsumer<T, U, ?> consumer)