Uses of Interface
org.openstreetmap.josm.tools.Utils.Function

Packages that use Utils.Function
org.openstreetmap.josm.tools   
 

Uses of Utils.Function in org.openstreetmap.josm.tools
 

Methods in org.openstreetmap.josm.tools with parameters of type Utils.Function
static
<A,B> java.util.Collection<B>
Utils.transform(java.util.Collection<? extends A> c, Utils.Function<A,B> f)
          Transforms the collection c into an unmodifiable collection and applies the Utils.Function f on each element upon access.
 



JOSM