Uses of Interface
org.osm2world.core.util.FaultTolerantIterationUtil.Operation

Packages that use FaultTolerantIterationUtil.Operation
org.osm2world.core.util utility classes that are used throughout OSM2World 
 

Uses of FaultTolerantIterationUtil.Operation in org.osm2world.core.util
 

Methods in org.osm2world.core.util with parameters of type FaultTolerantIterationUtil.Operation
static
<T> void
FaultTolerantIterationUtil.iterate(Iterable<T> collection, FaultTolerantIterationUtil.Operation<T> operation)