Uses of Interface
com.pivovarit.function.ThrowingConsumer
-
Packages that use ThrowingConsumer Package Description com.pivovarit.function Thecom.pivovarit.function
package contains checked equivalents of thejava.util.function
package -
-
Uses of ThrowingConsumer in com.pivovarit.function
Methods in com.pivovarit.function that return ThrowingConsumer Modifier and Type Method Description default ThrowingConsumer<T,E>
ThrowingConsumer. andThenConsume(ThrowingConsumer<? super T,? extends E> after)
Chains given ThrowingConsumer instanceMethods in com.pivovarit.function with parameters of type ThrowingConsumer Modifier and Type Method Description default ThrowingConsumer<T,E>
ThrowingConsumer. andThenConsume(ThrowingConsumer<? super T,? extends E> after)
Chains given ThrowingConsumer instancestatic <T> java.util.function.Consumer<T>
ThrowingConsumer. sneaky(ThrowingConsumer<T,?> consumer)
Returns a new BiConsumer instance which rethrows the checked exception using the Sneaky Throws patternstatic <T> java.util.function.Consumer<T>
ThrowingConsumer. unchecked(ThrowingConsumer<T,?> consumer)
-