Uses of Interface
me.saro.commons.function.ThrowableBiConsumer
-
Packages that use ThrowableBiConsumer Package Description me.saro.commons.function -
-
Uses of ThrowableBiConsumer in me.saro.commons.function
Methods in me.saro.commons.function with parameters of type ThrowableBiConsumer Modifier and Type Method Description static <T,U>
java.util.function.BiConsumer<T,U>ThrowableBiConsumer. ignore(ThrowableBiConsumer<T,U> biConsumer)ignore exception
this method recommend only special situationstatic <T,U>
java.util.function.BiConsumer<T,U>ThrowableBiConsumer. runtime(ThrowableBiConsumer<T,U> biConsumer)throws Exception lambda to throws RuntimeException lambda
-