de.rwth.utils
Interface IteratorMap.Function

Enclosing class:
IteratorMap

public static interface IteratorMap.Function

The interface used to describe a function.


Method Summary
 java.lang.Object map(java.lang.Object o)
           
 

Method Detail

map

public java.lang.Object map(java.lang.Object o)