Package org.openforis.commons.collection
Interface Transformer<T>
-
- Type Parameters:
T-
public interface Transformer<T>- Author:
- S. Ricci, A. Sanchez-Paus Diaz
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ttransform(T item)
-