Uses of Interface
org.nuxeo.common.function.ThrowableConsumer
-
Packages that use ThrowableConsumer Package Description org.nuxeo.common.function org.nuxeo.ecm.core.io org.nuxeo.runtime.test.runner -
-
Uses of ThrowableConsumer in org.nuxeo.common.function
Methods in org.nuxeo.common.function with parameters of type ThrowableConsumer Modifier and Type Method Description static <T,E extends Throwable>
Consumer<T>ThrowableConsumer. asConsumer(ThrowableConsumer<T,E> throwableConsumer)
-
Uses of ThrowableConsumer in org.nuxeo.ecm.core.io
Fields in org.nuxeo.ecm.core.io declared as ThrowableConsumer Modifier and Type Field Description protected ThrowableConsumer<Integer,IOException>
DummyServletOutputStream. writer
Constructors in org.nuxeo.ecm.core.io with parameters of type ThrowableConsumer Constructor Description DummyServletOutputStream(ThrowableConsumer<Integer,IOException> writer)
-
Uses of ThrowableConsumer in org.nuxeo.runtime.test.runner
Methods in org.nuxeo.runtime.test.runner with parameters of type ThrowableConsumer Modifier and Type Method Description protected void
FeaturesRunner. apply(String id, Collection<org.nuxeo.runtime.test.runner.FeaturesLoader.Holder> holders, ThrowableConsumer<org.nuxeo.runtime.test.runner.FeaturesLoader.Holder,Exception> consumer)
protected void
FeaturesRunner. apply(String id, FeaturesRunner.Direction direction, ThrowableConsumer<org.nuxeo.runtime.test.runner.FeaturesLoader.Holder,Exception> consumer)
-