Package com.intel.hadoop.graphbuilder.preprocess.functional

Interface Summary
Functional<T1,T2 extends Writable> Represents a function of type: T2 -> T1 -> T2.
 

Class Summary
CountFunc<T> Represents a counting functional: f x y -> y + 1