| Modifier and Type | Method and Description |
|---|---|
static <R> Report<R> |
Parallel.apply(int numberOfExecutions,
int numberOfThreads,
XFunction<Integer,R,?> operation)
Deprecated.
Returns a
Report after executing a particular operation multiple times in parallel. |
static <R> Report<R> |
Parallel.apply(int numberOfExecutionsInSeparateThreads,
XFunction<Integer,R,?> operation)
Deprecated.
Returns a
Report after executing a particular operation multiple times in parallel. |
static Report<Void> |
Parallel.invoke(int numberOfExecutions,
int numberOfThreads,
XConsumer<Integer,?> operation)
Deprecated.
Returns a
Report after executing a particular operation multiple times in parallel. |
static Report<Void> |
Parallel.invoke(int numberOfExecutionsInSeparateThreads,
XConsumer<Integer,?> operation)
Deprecated.
Returns a
Report after executing a particular operation multiple times in parallel. |
<X extends Throwable> |
Report.reThrow(Class<X> xClass,
Class<? extends X>... ignorable)
Deprecated.
Re-throws the first exception of a certain type that occurred during
reporting after all further exceptions of that type have been
added as suppressed.
|
Report<R> |
Report.reThrowAny()
Deprecated.
Re-throws the first
Error if any, or else the first Exception that occurred during
reporting after all further exceptions of that type have been
added as suppressed. |
Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.