org.tm4j.topicmap.utils.extractors .ExtractorBase

Description

Provides an abstract base class for extractors. Any this base class enables an extractor to transparently handle a call where the input is a Collection by passing each member of the collection to the extractor's processing function and wrapping the set of return values in a Collection for return.

Method Summary
java.lang.Object _extract(java.lang.Object )
java.lang.Object fn(java.lang.Object in)