GitOrigin-RevId: a86750879ff3d808aa869413caca7e83c0519c94
This commit is contained in:
Alexey Kudravtsev
2019-12-18 15:34:12 +00:00
committed by intellij-monorepo-bot
parent 28fcadd5e3
commit cc965dbcba
@@ -30,6 +30,7 @@ public final class RunAll implements Runnable {
myActions = actions;
}
@SafeVarargs
public static void runAll(@NotNull ThrowableRunnable<Throwable>... actions) {
CompoundRuntimeException.throwIfNotEmpty(collectExceptions(Arrays.asList(actions)));
}