Uses of Class
dev.nm.misc.parallel.MultipleExecutionException
-
Packages that use MultipleExecutionException Package Description dev.nm.misc.parallel tech.nmfin.signal.infantino2010 -
-
Uses of MultipleExecutionException in dev.nm.misc.parallel
Methods in dev.nm.misc.parallel that throw MultipleExecutionException Modifier and Type Method Description <T> voidParallelExecutor. conditionalForEach(boolean conditionToParallelize, Iterable<T> iterable, IterationBody<T> body)voidParallelExecutor. conditionalForLoop(boolean conditionToParallelize, int start, int end, int increment, LoopBody body)Runs a parallel for-loop only ifconditionToParallelizeistrue.voidParallelExecutor. conditionalForLoop(boolean conditionToParallelize, int start, int end, LoopBody body)CallsconditionalForLoopwithincrementof 1.<T> List<T>ParallelExecutor. executeAll(Callable<T>... tasks)Executes an arbitrary number ofCallabletasks, and returns a list of results in the same order.<T> List<T>ParallelExecutor. executeAll(List<? extends Callable<T>> tasks)Executes a list ofCallabletasks, and returns a list of results in the same sequential order astasks.<T> voidParallelExecutor. forEach(Iterable<T> iterable, IterationBody<T> body)Runs a "foreach" loop in parallel.voidParallelExecutor. forLoop(int start, int end, int increment, LoopBody body)Runs a for-loop in parallel.voidParallelExecutor. forLoop(int start, int end, LoopBody body)CallsforLoopwithincrementof 1. -
Uses of MultipleExecutionException in tech.nmfin.signal.infantino2010
Methods in tech.nmfin.signal.infantino2010 that throw MultipleExecutionException Modifier and Type Method Description Infantino2010PCA.SignalInfantino2010PCA. getSignal(Matrix X)
-