Uses of Interface
org.apache.uima.internal.util.function.Runnable_withException
-
Packages that use Runnable_withException Package Description org.apache.uima.analysis_engine.impl org.apache.uima.impl Apache UIMA internalsorg.apache.uima.internal.util org.apache.uima.resource Interfaces forResources
andResourceSpecifiers
. -
-
Uses of Runnable_withException in org.apache.uima.analysis_engine.impl
Methods in org.apache.uima.analysis_engine.impl with parameters of type Runnable_withException Modifier and Type Method Description private void
AnalysisEngineImplBase. withContexts(AnalysisComponent component, UimaContext context, AbstractCas cas, Runnable_withException r)
-
Uses of Runnable_withException in org.apache.uima.impl
Methods in org.apache.uima.impl with parameters of type Runnable_withException Modifier and Type Method Description static void
Util. 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_withException Modifier and Type Method Description static void
Misc. timeLoops(java.lang.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_withException Modifier and Type Method Description void
Resource_ImplBase. setContextHolderX(Runnable_withException userCode)
-