Package cern.accsoft.steering.jmad.util
Interface ListUtil.Mapper<IN,OUT>
-
- Type Parameters:
IN
- The type of object used as source for the conversionOUT
- The type of the resulting object
- Enclosing class:
- ListUtil
public static interface ListUtil.Mapper<IN,OUT>
this interface just defines one method to convert one object into another.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OUT
map(IN inobject)
converts the input object to the output
-