Uses of Interface
org.apache.uima.internal.util.function.Runnable_withException
Packages that use Runnable_withException
Package
Description
Apache UIMA internals
Interfaces for
Resources and ResourceSpecifiers.-
Uses of Runnable_withException in org.apache.uima.impl
Methods in org.apache.uima.impl with parameters of type Runnable_withExceptionModifier and TypeMethodDescriptionstatic voidUtil.withContextHolderX(UimaContext context, Runnable_withException userCode) Calls userCode with specified context, then restores the context holder -
Uses of Runnable_withException in org.apache.uima.internal.util
Methods in org.apache.uima.internal.util with parameters of type Runnable_withExceptionModifier and TypeMethodDescriptionstatic voidMisc.timeLoops(String title, int iterations, Runnable_withException r) -
Uses of Runnable_withException in org.apache.uima.resource
Methods in org.apache.uima.resource with parameters of type Runnable_withExceptionModifier and TypeMethodDescriptionvoidResource_ImplBase.setContextHolderX(Runnable_withException userCode)