Package com.pnfsoftware.jeb.util.collect
Interface IExtractor<T,K>
- Type Parameters:
T
-K
-
public interface IExtractor<T,K>
Generic extractor functional interface.
-
Method Summary
-
Method Details
-
extract
Given an object e of type T, provide the associated "key" of type K.- Parameters:
e
- an input object- Returns:
- the output object
-