edu.neu.ccs.demeterf.lib
Class List.Map<X,Y>

java.lang.Object
  extended by edu.neu.ccs.demeterf.lib.List.Map<X,Y>
Enclosing class:
List<X>

public abstract static class List.Map<X,Y>
extends java.lang.Object

Apply a function to each element of the list


Constructor Summary
List.Map()
           
 
Method Summary
abstract  Y map(X x)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

List.Map

public List.Map()
Method Detail

map

public abstract Y map(X x)