Uses of Interface
org.icij.datashare.function.ThrowingConsumer
-
Packages that use ThrowingConsumer Package Description org.icij.datashare.function -
-
Uses of ThrowingConsumer in org.icij.datashare.function
Methods in org.icij.datashare.function that return ThrowingConsumer Modifier and Type Method Description default ThrowingConsumer<T>ThrowingConsumer. andThen(java.util.function.Consumer<? super T> after)default ThrowingConsumer<T>ThrowingConsumer. andThen(ThrowingConsumer<? super T> after)default <V> ThrowingConsumer<V>ThrowingConsumer. compose(java.util.function.Function<? super V,? extends T> before)default <V> ThrowingConsumer<V>ThrowingConsumer. compose(ThrowingFunction<? super V,? extends T> before)Methods in org.icij.datashare.function with parameters of type ThrowingConsumer Modifier and Type Method Description default ThrowingConsumer<T>ThrowingConsumer. andThen(ThrowingConsumer<? super T> after)
-