|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.tm4j.topicmap.utils.extractors.ExtractorBase
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.
| Constructor Summary | |
ExtractorBase()
|
|
| Method Summary | |
abstract java.lang.Object |
_extract(java.lang.Object in)
|
java.lang.Object |
fn(java.lang.Object in)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ExtractorBase()
| Method Detail |
public abstract java.lang.Object _extract(java.lang.Object in)
public java.lang.Object fn(java.lang.Object in)
fn in interface uk.co.jezuk.mango.UnaryFunction
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||