Package net.sf.basedb.util.transform
Interface Transformer<T,F>
-
- All Known Implementing Classes:
BioMaterialEventSource.BioMaterialEventSourceTransformer
public interface Transformer<T,F>
- Since:
- 3.0
- Author:
- Nicklas
- Last modified
- $Date: 2011-06-20 13:55:13 +0200 (må, 20 jun 2011) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
transform(DbControl dc, F from)
Transform the given object into another object.
-