Uses of Interface
org.nuxeo.common.function.ThrowableBiConsumer
-
Packages that use ThrowableBiConsumer Package Description org.nuxeo.common.function -
-
Uses of ThrowableBiConsumer in org.nuxeo.common.function
Methods in org.nuxeo.common.function with parameters of type ThrowableBiConsumer Modifier and Type Method Description static <T,U,E extends Throwable>
BiConsumer<T,U>ThrowableBiConsumer. asBiConsumer(ThrowableBiConsumer<T,U,E> throwableBiConsumer)
-