universe
Class List.Fold<X,Y>

java.lang.Object
  extended by universe.List.Fold<X,Y>
Enclosing class:
List<X>

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

Fold the List into a single Value


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

Constructor Detail

List.Fold

public List.Fold()
Method Detail

fold

public abstract Y fold(X x,
                       Y y)