public final class IterationUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
repeatNTimes(int nTimes,
ExceptionableConsumer consumer) |
static void |
repeatNTimes(int nTimes,
ExceptionableRunnable runnable) |
public static void repeatNTimes(int nTimes,
ExceptionableRunnable runnable)
public static void repeatNTimes(int nTimes,
ExceptionableConsumer consumer)
Copyright © 2020. All rights reserved.