org.omnaest.utils.structure.collection
Interface CollectionUtils.ElementConverter<FROM,TO>

Type Parameters:
FROM -
TO -
All Known Implementing Classes:
CollectionUtils.IdentityElementConverter
Enclosing class:
CollectionUtils

public static interface CollectionUtils.ElementConverter<FROM,TO>

Used to convert a collection element.

Author:
Omnaest

Method Summary
 TO convert(FROM from)
          Converts a given element into another element with the given return type.
 

Method Detail

convert

TO convert(FROM from)
Converts a given element into another element with the given return type.

Parameters:
from -
Returns:


Copyright © 2011. All Rights Reserved.