org.omnaest.utils.structure.collection
Interface ListUtils.ElementTransformer<FROM,TO>

All Known Implementing Classes:
ListUtils.ElementTransformerIdentitiyCast
Enclosing class:
ListUtils

public static interface ListUtils.ElementTransformer<FROM,TO>

The provides the transformation method to transform one generic element instance into another.

See Also:
ListUtils.MultiElementTransformer, ListUtils.transform(Collection, ElementTransformer)

Method Summary
 TO transformElement(FROM element)
          Transforms a single element from one type into another.
 

Method Detail

transformElement

TO transformElement(FROM element)
Transforms a single element from one type into another.

Parameters:
element -
Returns:
converted element


Copyright © 2011. All Rights Reserved.