Uses of Interface
org.openforis.commons.collection.Transformer
-
-
Uses of Transformer in org.openforis.commons.collection
Methods in org.openforis.commons.collection with parameters of type Transformer Modifier and Type Method Description static <T> List<T>CollectionUtils. map(Collection<T> collection, Transformer<T> transformer)
-