ORG.hd.d.par
Interface ParTasks.TaskMapper


public abstract static interface ParTasks.TaskMapper

Functor for mapping one object to another.


Method Summary
 java.lang.Object fn(java.lang.Object o)
          Apply fn to Object to get it converted to another.
 

Method Detail

fn

public java.lang.Object fn(java.lang.Object o)
Apply fn to Object to get it converted to another.

(c) Damon Hart-Davis 1999--2000