Package de.renebergelt.quiterables
Interface Selector<TIn,TOut>
public interface Selector<TIn,TOut>
A function which transforms one object type into another
- Author:
- René Bergelt
-
Method Summary
-
Method Details
-
select
Transforms item to the given output type- Parameters:
item- The item to transform- Returns:
- Result of the transformation
-