Uses of Interface
com.pivovarit.function.ThrowingBiConsumer
-
Packages that use ThrowingBiConsumer Package Description com.pivovarit.function Thecom.pivovarit.function
package contains checked equivalents of thejava.util.function
package -
-
Uses of ThrowingBiConsumer in com.pivovarit.function
Methods in com.pivovarit.function that return ThrowingBiConsumer Modifier and Type Method Description default ThrowingBiConsumer<T,U,E>
ThrowingBiConsumer. andThenConsume(ThrowingBiConsumer<? super T,? super U,? extends E> after)
Methods in com.pivovarit.function with parameters of type ThrowingBiConsumer Modifier and Type Method Description default ThrowingBiConsumer<T,U,E>
ThrowingBiConsumer. andThenConsume(ThrowingBiConsumer<? super T,? super U,? extends E> after)
static <T,U>
java.util.function.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>
java.util.function.BiConsumer<T,U>ThrowingBiConsumer. unchecked(ThrowingBiConsumer<T,U,?> consumer)
-