Uses of Interface
org.eclipse.epsilon.common.function.CheckedRunnable
Packages that use CheckedRunnable
Package
Description
-
Uses of CheckedRunnable in org.eclipse.epsilon.common.util.profiling
Methods in org.eclipse.epsilon.common.util.profiling with parameters of type CheckedRunnableModifier and TypeMethodDescriptionstatic <E extends Exception>
longBenchmarkUtils.measureTimeMillis
(CheckedRunnable<E> code) static <E extends Exception>
longBenchmarkUtils.measureTimeNanos
(CheckedRunnable<E> code) static <E extends Exception>
voidBenchmarkUtils.printExecutionTime
(String stageTag, CheckedRunnable<E> code) static <E extends Exception>
voidBenchmarkUtils.profileExecutionStage
(Collection<ProfileDiagnostic> profileInfo, String description, CheckedRunnable<E> code) -
Uses of CheckedRunnable in org.eclipse.epsilon.egl.execute.atoms
Classes in org.eclipse.epsilon.egl.execute.atoms that implement CheckedRunnable -
Uses of CheckedRunnable in org.eclipse.epsilon.eol.function
Subinterfaces of CheckedRunnable in org.eclipse.epsilon.eol.function -
Uses of CheckedRunnable in org.eclipse.epsilon.erl.execute.data
Classes in org.eclipse.epsilon.erl.execute.data that implement CheckedRunnableModifier and TypeClassDescriptionclass
StandaloneRuleAtom
which can be submitted to an ExecutorService. -
Uses of CheckedRunnable in org.eclipse.epsilon.evl.execute.atoms
Classes in org.eclipse.epsilon.evl.execute.atoms that implement CheckedRunnableModifier and TypeClassDescriptionclass
A constraint-element pair.class
class
EvlAtom<T extends IExecutableModuleElementParameter>