edu.cmu.cs.crystal.util
Interface CollectionMethods.Mapping<I,O>

Enclosing class:
CollectionMethods

public static interface CollectionMethods.Mapping<I,O>

Interface used for the method in a map call.


Method Summary
 O eval(I elem)
           
 

Method Detail

eval

O eval(I elem)