org.osm2world.core.util
public final class FaultTolerantIterationUtil extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
FaultTolerantIterationUtil.Operation<T> |
Modifier and Type | Method and Description |
---|---|
static <T> void |
iterate(Iterable<? extends T> collection,
FaultTolerantIterationUtil.Operation<T> operation) |
public static final <T> void iterate(Iterable<? extends T> collection, FaultTolerantIterationUtil.Operation<T> operation)