Uses of Interface
org.nuxeo.common.function.ThrowableConsumer
Packages that use ThrowableConsumer
-
Uses of ThrowableConsumer in org.nuxeo.common.function
Methods in org.nuxeo.common.function with parameters of type ThrowableConsumerModifier and TypeMethodDescriptionThrowableConsumer.asConsumer
(ThrowableConsumer<T, E> throwableConsumer) -
Uses of ThrowableConsumer in org.nuxeo.ecm.core.io
Fields in org.nuxeo.ecm.core.io declared as ThrowableConsumerModifier and TypeFieldDescriptionprotected final ThrowableConsumer<Integer,
IOException> DummyServletOutputStream.writer
Constructors in org.nuxeo.ecm.core.io with parameters of type ThrowableConsumerModifierConstructorDescription -
Uses of ThrowableConsumer in org.nuxeo.runtime.test.runner
Methods in org.nuxeo.runtime.test.runner with parameters of type ThrowableConsumerModifier and TypeMethodDescriptionprotected 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)