Uses of Interface
org.icij.datashare.function.ThrowingBiConsumer
-
Packages that use ThrowingBiConsumer Package Description org.icij.datashare.function -
-
Uses of ThrowingBiConsumer in org.icij.datashare.function
Methods in org.icij.datashare.function that return ThrowingBiConsumer Modifier and Type Method Description default ThrowingBiConsumer<T,U>ThrowingBiConsumer. andThen(java.util.function.BiConsumer<? super T,? super U> after)default ThrowingBiConsumer<T,U>ThrowingBiConsumer. andThen(ThrowingBiConsumer<? super T,? super U> after)Methods in org.icij.datashare.function with parameters of type ThrowingBiConsumer Modifier and Type Method Description default ThrowingBiConsumer<T,U>ThrowingBiConsumer. andThen(ThrowingBiConsumer<? super T,? super U> after)
-