# Interface: com.pnfsoftware.jeb.util.collect.IExtractor

Generic extractor functional interface.

## Method: extract
- parameter: `e`, type: `T`
- return type: `K`

Description: Given an object e of type T, provide the associated "key" of type K.
parameter: e: an input object
return: the output object

